استخراج حقول من
stdin
أو من الملفات. لمزيد من التفاصيل: 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 --delimiter "{{,}}" --fields {{1}}
cut --characters {{1}} {{path/to/file}}
NUL
(مثل الناتج من find . -print0
) بدلاً من أسطر جديدة:{{command}} | cut --zero-terminated --fields {{1}}