Guest User

Untitled

a guest
May 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function ss(){
  2. echo "find . -iname '*.$2' -print | xargs grep -i $1"
  3. find . -iname "*.$2" -print | xargs grep -i $1
  4. }
  5. alias ss=ss
Add Comment
Please, Sign In to add comment