valis

Untitled

Apr 19th, 2011
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. while read -rd '' file; do
  3.     badfiles+=("$file");
  4. done < <(find /home -type f -exec grep -qE 'kill|bomb|Joe Smith|quit|steal' {} \; -print0)
Advertisement
Add Comment
Please, Sign In to add comment