4 lines
96 B
Bash
Executable File
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'
|