Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. cat keywords.txt | xargs find . -name
  2.  
  3. find: xxx: unknown primary or operator
  4.  
  5. find: paths must precede expression: xxx
  6. Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec|time] [path...] [expression]
  7.  
  8. cat keywords.txt | xargs find . -name {*WORD*}
Add Comment
Please, Sign In to add comment