Linux Check file size
jzfrank
Posted on January 5, 2023
For directory
du -sh directory_name
list size of specific directory
du -sh *
list current directory's files and directories sizes.
For files
ls -lh
This approach doesn't seem work quit well for directories though.
💖 💪 🙅 🚩
jzfrank
Posted on January 5, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.