Advertisement
0ut

Untitled

0ut
Jun 24th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1. :>find ala -ls
  2. 395883    4 drwxr-xr-x   5 root     root         4096 Jun 24 12:27 ala
  3. 395885    4 drwxr-xr-x   2 root     root         4096 Jun 24 12:27 ala/1
  4. 396719    4 drwxr-xr-x   2 root     root         4096 Jun 24 12:27 ala/2
  5. 396904    4 drwxr-xr-x   5 root     root         4096 Jun 24 12:15 ala/3
  6. 399757    4 drwxr-xr-x   2 root     root         4096 Jun 24 12:15 ala/3/6
  7. 399477    4 drwxr-xr-x   2 root     root         4096 Jun 24 12:10 ala/3/5
  8. 399763    0 -rw-r--r--   1 root     root            0 Jun 24 12:10 ala/3/5/test
  9. 397717    4 drwxr-xr-x   3 root     root         4096 Jun 24 12:10 ala/3/4
  10. 399475    4 drwxr-xr-x   2 root     root         4096 Jun 24 12:10 ala/3/4/5
  11.  
  12. :>rmdir --ignore-fail-on-non-empty -p ala/**/*
  13. rmdir: failed to remove `ala/3/5/test': Not a directory
  14.  
  15. :>find ala -ls
  16. 395883    4 drwxr-xr-x   3 root     root         4096 Jun 24 12:28 ala
  17. 396904    4 drwxr-xr-x   3 root     root         4096 Jun 24 12:28 ala/3
  18. 399477    4 drwxr-xr-x   2 root     root         4096 Jun 24 12:10 ala/3/5
  19. 399763    0 -rw-r--r--   1 root     root            0 Jun 24 12:10 ala/3/5/test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement