Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recurse into all paths passed to files.pl
The script used to ignore all but the first CLI argument. Now, we loop over ARGV and recurse into all paths. This makes it possible to check the size of multiple folders in the root filesystem in one go, excluding others that may live e.g. on another partition: files.pl /root /var /boot /etc /usr
- Loading branch information