Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $ tree tmp_fs
  2. tmp_fs
  3. ├── bin
  4. ├── boot
  5. │   └── kernel
  6. ├── include
  7. ├── lib
  8. └── share
  9. └── misc
  10. └── logo
  11.  
  12. 6 directories, 2 files
  13.  
  14. $ tar cC tmp_fs . | tar t
  15. ./
  16. ./share/
  17. ./share/misc/
  18. ./share/misc/logo
  19. ./lib/
  20. ./boot/
  21. ./boot/kernel
  22. ./include/
  23. ./bin
  24.  
  25. tar -C / -xvf myfile.tar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement