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: ,

Leave a Reply