Skip to content

Instantly share code, notes, and snippets.

@milesrout
Created August 24, 2014 05:54
Show Gist options
  • Save milesrout/b1144b5f0bf0836f3bad to your computer and use it in GitHub Desktop.
Save milesrout/b1144b5f0bf0836f3bad to your computer and use it in GitHub Desktop.
cat pacman.log | grep ' installed' | cut -d ' ' -f 5 | uniq | wc -l
for directory in $(ls -lAFp | grep '/' | sed 's/\///' | cut -f 2 --d ':' | cut -f 2 --delim ' '); do cd $directory; echo -n "$directory "; sudo find | wc -l; cd ..; done
find . -name "*.[ch]" | xargs etags -o ~/.tags/TAGS
pavucontrol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment