Guest User

Untitled

a guest
Feb 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. if [[ grep -q *"$Str"* words.txt ]]; then
  2. echo Yes
  3. else
  4. echo No
Add Comment
Please, Sign In to add comment