cut
Basics
cut -c2 test.txtcut -c1-3 test.txtcut -c-8 test.txtcut -d ':' -f1 test.txtcut -d ':' -f1,6 test.txtcut -d ':' -complement -s -f7 test.txtLast updated
cut -c2 test.txtcut -c1-3 test.txtcut -c-8 test.txtcut -d ':' -f1 test.txtcut -d ':' -f1,6 test.txtcut -d ':' -complement -s -f7 test.txtLast updated