chemodiversity/simulations/showCsvInTabs.sh

4 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
cat $1 | sed 's/,/\t/g' | sed 's/\([0-9]*\)\.\([0-9]\{4\}\)[0-9]*/\1.\2/g'