What utility would you use to cut off the first column in a text file?
Answer Posted / Vir Bahadur Singh
A utility that can be used to remove the first column from a text file is 'awk'. For example, 'awk '{print $2}' filename.txt' will print all lines but the first column.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers