Guest User

Untitled

a guest
Jul 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while IFS= read -r d; do
  2. if [[ "$d"=="*.out" && grep "index123"]]; then exit 1; fi
  3. done << (find . -prune -type d)
Add Comment
Please, Sign In to add comment