I am working on a .txt file which is the output of a neuroscience program called fsl.
It does have 2 column and I want to remove the second one, I test some of the suggested codes but it seems like the Linux commands couldn't separate the two columns.
Any idea how to discard the second column?
For example, I tried cut -f1,1 num.txt
but it doesn't work.
0 0.000000
49 1435.537231
11 322.263489
0 0.000000
0 0.000000
0 0.000000
0 0.000000
360 10546.804688
83 2431.624512
0 0.000000