Terminal Tips: Summarizing Folder Disk Usage on Linux & Mac
The command du -sh * is used in Unix-like operating systems (such as Linux and macOS) to display the disk usage of files and directories in the current directory. Here's a breakdown of what each part of the command does: du: Stands for "disk usage"....
May 27, 20241 min read9
