Posts Tagged ‘editing’

To get the character positions 5-10 from a text file

Wednesday, February 3rd, 2010
cat sajifile.txt | cut -c 5-10
cat <filename> | cut -c 5 -20