
du:ai:36e8d
Show me the folder size of each subfolder in a directory in a alpine container
$ du -h /path/to/${directory}*
try on your machine
This command will show the folder size of each subfolder in the specified directory in a human-readable format
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- Show me the folder size of each subfolder in a directory in a alpine container?