Thursday, 22 September 2016

Linux Tips & Tricks - using the tar command

Linux Tips & Tricks - using the tar command

tar is one of the core administration tools of the *NIX world, it's been around forever and it's still highly useful today.
Here's a link to get you started using this powerful command-line tool.

#Linux   #tar   #sysadmin  
http://www.linuxtechi.com/17-tar-command-examples-in-linux/

3 comments:

  1. Ah, I'll never forget the first time I nailed my first tar command without guess-and-check or Googling.
    xkcd.com - xkcd: tar

    ReplyDelete
  2. replies "tar -tzvf archive-of-files.tar.gz"
    Phew!

    ReplyDelete