📜  linux 检查文件和文件夹占用的内存 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:22.948000             🧑  作者: Mango
代码示例1
# To see the full size of a folder
du -hs YOUR_FOLDER_NAME
# To see the each file and folder size
ls -shR