Created
October 20, 2017 10:47
-
-
Save stuart-warren/67139f9e410307de30fb0699d375e628 to your computer and use it in GitHub Desktop.
Watch a directory of files for changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# watch the current directory for changes to files | |
# order the files by size and output the files in 3 columns | |
# highlight changes between outputs | |
watch -d 'du -sh * | sort -hr | pr -3 -t' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment