Linux 핵심 유틸리티(스크립트)를 사용하여 du가 출력한 숫자 값을 어떻게 정렬할 수 있습니까? 예:
136K foo.bar/feed
140K foo.bar/buy-electronic-components
32K foo.bar/cdn-cgi
88K foo.bar/what-is-ground
344K foo.bar/ldr-circuit-diagram
64K foo.bar/what-is-an-led
100K foo.bar/types-of-resistors
516K foo.bar/wp-includes
60K foo.bar/author
56K foo.bar/diy-pcb
112K foo.bar/how-to-learn-electronics
376K foo.bar/category
76K foo.bar/electronic-schematics
84K foo.bar/how-to-bar
88K foo.bar/bar-tools
20K foo.bar/comments
88K foo.bar/right-bar-temperature
48K foo.bar/contact
44K foo.bar/products
80K foo.bar/types-of-bar
3M foo.bar/
3M total
내림차순으로 정렬한 경우:
3M foo.bar/
3M total
516K foo.bar/wp-includes
376K foo.bar/category
344K foo.bar/ldr-circuit-diagram
140K foo.bar/buy-electronic-components
...
매우 감사합니다
답변1
sort
옵션이 있으며 --human-numeric-sort
수행 --sort=human-numeric
할 수 있습니다.