Advertisement
shyhjie

Untitled

Aug 10th, 2016
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. odroid ~ # cd /tmp
  2. odroid /tmp # ls
  3. odroid /tmp # mkdir -p bb/cc/dd
  4. odroid /tmp # touch bb/cc/dd/files
  5. odroid /tmp # touch bb/cc/files
  6. odroid /tmp # tar cvzf a.tgz -C bb/cc
  7. tar: Cowardly refusing to create an empty archive
  8. Try 'tar --help' or 'tar --usage' for more information.
  9. odroid /tmp # tar czvf a.tgz -C bb/cc .
  10. ./
  11. ./files
  12. ./dd/
  13. ./dd/files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement