sort

텍스트 파일의 줄을 정렬합니다. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html.

sort {{경로/대상/파일}}

sort {{[-r|--reverse]}} {{경로/대상/파일}}

sort {{-f|--ignore-case}} {{경로/대상/파일}}

sort {{[-n|--numeric-sort]}} {{경로/대상/파일}}

sort {{[-t|--field-separator]}} {{:}} {{[-k|--key]}} {{3n}} {{/etc/passwd}}

sort {{[-t|--field-separator]}} {{:}} {{[-k|--key]}} {{3,3n}} {{[-k|--key]}} {{4,4g}} {{/etc/passwd}}

sort {{[-u|--unique]}} {{경로/대상/파일}}

sort {{[-o|--output]}} {{경로/대상/파일}} {{경로/대상/파일}}