Navigation Menu

Skip to content

Commit

Permalink
Trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
mconigliaro committed Sep 1, 2015
1 parent 9dc5637 commit 2c86526
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manuscript/rhcsa1.md
Expand Up @@ -52,19 +52,19 @@ Execute `command1` and redirect both **STDOUT** and **STDERR** to `command2`:

## Archive, compress, unpack, and uncompress files using tar, star, gzip, and bzip2

Archive and compress using tar/gzip:
Archive and compress using (s)tar/gzip:

<tar|star> cvzf <file>.tgz <directory>

Uncompress and unpack using tar/gzip:
Uncompress and unpack using (s)tar/gzip:

<tar|star> xvzf <file>.tgz

Archive and compress using tar/bzip:
Archive and compress using (s)tar/bzip:

<tar|star> cvjf <file>.tbz <directory>

Uncompress and unpack using tar/bzip:
Uncompress and unpack using (s)tar/bzip:

<tar|star> xvjf <file>.tbz

Expand Down

0 comments on commit 2c86526

Please sign in to comment.