]> git.phdru.name Git - dotfiles.git/commitdiff
Move ~/lib/xsetgb/images to ~/media/images
authorOleg Broytman <phd@phdru.name>
Tue, 14 Jan 2014 20:19:23 +0000 (00:19 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 14 Jan 2014 20:19:23 +0000 (00:19 +0400)
bin/find_home_grep.sh

index 13f725c4ece9cad069cc5bad98cf954025856bb3..dc9e1089b318ccb5bc4bf2bc2fcfa6017b358380 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
 
 cd "$HOME" &&
-exec cgmem_nice 100 find . \( -type d \( -name CVS -o -name .svn -o -name .hg -o -name .git -o -path ./.cache/chromium/\* -o -path ./.cache/mozilla/\* -o -path ./Internet/WWW/htdocs/doc/\* -o -path ./archive/STORE/\* -o -path ./current/Bregis/nobackup/\* -o -path ./lib/xsetbg/images/\* -o -path ./media/\* -o -path ./mnt/\*\* \) -prune \) -o -type f -exec grep -I "$@" '{}' \+ 2>/dev/null
+exec cgmem_nice 100 find . \( -type d \( -name CVS -o -name .svn -o -name .hg -o -name .git -o -path ./.cache/chromium/\* -o -path ./.cache/mozilla/\* -o -path ./Internet/WWW/htdocs/doc/\* -o -path ./archive/STORE/\* -o -path ./current/Bregis/nobackup/\* -o -path ./media/\* -o -path ./mnt/\*\* \) -prune \) -o -type f -exec grep -I "$@" '{}' \+ 2>/dev/null