04 - Working with Shell - II
File Compression and Archival
Viewing file sizes
du (disk usage): To inspect the size of the file.
du -sk: shows the size of a file or directory in Kilobytes.
$ du -sk test.img # command
100000 # output
du -sh: shows ...
rohitpagote.hashnode.dev8 min read