sh 按内存和大小顺序列出文件和子目录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 按内存和大小顺序列出文件和子目录相关的知识,希望对你有一定的参考价值。

# du: disk usage
# -sh: Show the size of a single folder in human readable units 

du -h ./* | sort -h

# sort -h: sort by size of folder in human readable form 

以上是关于sh 按内存和大小顺序列出文件和子目录的主要内容,如果未能解决你的问题,请参考以下文章

linux 查看内存使用情况命令

Git常用命令--(ls,cat,mv,touch)

Ubuntu学习 ls

ls命令

Mysql 列出表和大小 - 按大小排序

liunx 命令