linux查看文件夹下文件夹大小排序,含隐藏文件夹

ls -a | grep -v '\.\.' | grep -v '^\.$' | xargs du -sh | sort -hr
posted @ 2023-10-24 16:21  王冰冰  阅读(80)  评论(2编辑  收藏  举报