cut

stdin 혹은 파일에서 출력 필드를 자른다. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html.

cut -c {{1-16}}

cut -c {{1-16}} {{파일}}

cut -c {{3-}}

cut -d'{{:}}' -f{{5}}

cut -d'{{;}}' -f{{2,10}}

cut -d'{{ }}' -f{{3-}}