cat file1 | cut -f2,5,6
ls -l |
cut -f2,5,6
cut -f2,5,6 -d' '
ls -l / | cut -c13-
cat data.csv | cut -f2,5 -d','