cut Command Examples

Cut out fields from stdin or files. More information: https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html.

{{command}} | cut --{{characters|fields}} {{1|1,10|1-10|1-|-10}}

{{command}} | cut {{[-d|--delimiter]}} "{{delimiter}}" {{[-f|--fields]}} {{1|1,10|1-10|1-|-10}}

cut {{[-c|--characters]}} {{1}} {{path/to/file}}

{{command}} | cut {{[-z|--zero-terminated]}} {{[-f|--fields]}} {{1}}