Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. find . -maxdepth 1 -type f | grep '~$'
  2.  
  3. alias clt "find . -maxdepth 1 -type f | grep '~$'"
  4.  
  5. alias clt "find . -maxdepth 1 -type f | grep '~$'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement