Cut out fields from
stdinor 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}}
NUL terminated lines (e.g. as in find . -print0) instead of newlines:{{command}} | cut {{[-z|--zero-terminated]}} {{[-f|--fields]}} {{1}}