To get the character positions 5-10 from a text file
cat sajifile.txt | cut -c 5-10
cat <filename> | cut -c 5 -20
Tags: command, editing
This entry was posted
on Wednesday, February 3rd, 2010 at 11:18 am and is filed under linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.