Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. find PRUEBA/fuentes/* -type d -regex ".*[0,2,3,4,5,6,7,8,9]" -exec rm -r {} \;$ find PRUEBA/fuentes/* -type d -regex ".*[^1]" -exec rm -r {} \;
  2.  
  3. (62)$ ls -l /dev/tt*
  4.  
  5. find /usr/bin -type f
  6.  
  7. ls /
  8.  
  9. $ find / -maxdepth 1 -type d
  10.  
  11. (65)$ find / -user root -type f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement