オプション

-c
characters
-d
delimiter
-f
fields
$ cut -c 1-8 /etc/passwd
$ cut -d" " -f1,6 /etc/passwd