2022/6/29

shell: ls folder only

因為 folder 最後都會加上 '/',所以就是:
ls -d ./*/
其實是想要找出最大 size 的 folder...
ls -d ./*/ | xargs du -sc | sort -n

沒有留言:

張貼留言