Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ cd ~/linux-comandos/exemplos-find/
  2. $ find ./ -type d
  3. ./
  4. ./arquivos-cfg
  5. ./arquivos-doc
  6. ./arquivos-doc/projeto3
  7. ./arquivos-doc/projeto1
  8. ./arquivos-doc/projeto2
  9. ./arquivos-doc/projeto2/emails
  10. ./arquivos-log
  11.  
  12. $ find ./ -type d -name *log
  13. ./arquivos-log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement