Created
June 19, 2010 05:49
-
-
Save fredpalmer/444615 to your computer and use it in GitHub Desktop.
This file contains 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
# Alias to allow you to view what the files are being used on your system | |
# Simply type "wtf" and then your pattern to match for what files you care about | |
# Feel free to use regular expressions to match on | |
alias wtf="sudo fs_usage -e -f filesystem | grep -v CACHE_HIT | grep -v grep | grep --color -Ei " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment