aquaballoon

sh - find

Aug 27th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. ## find word
  2. grep -r  "youtube" /home/squidGuard/BL/
  3.  
  4. ## find file
  5. find  /home/squidGuard/BL/ -name *facebook
Advertisement
Add Comment
Please, Sign In to add comment