Guest User

Untitled

a guest
Jun 26th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. find . -name "*" -type f -exec ls -l {} ;
  2.  
  3. $ find /абсолютный/путь/к/каталогу -type f
  4.  
  5. $ find $PWD -type f
  6.  
  7. ls -R .
Add Comment
Please, Sign In to add comment