$ Copy
cut -c 1-10 file.txt
cut -c 3 file.txt
cut -d ',' -f 2,4 file.txt
cut -f 1,3 --complement file.txt