Commit Graph

7 Commits

Author SHA1 Message Date
Ruben Vereecken
066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
Sven-Hendrik Haase
6b906eae18 Make tar page consistent
It might confuse users if everything has no dash in front but the last command does. tar doesn't need the dash so let's keep it that way.
2015-12-29 09:25:39 +01:00
Waldir Pimenta
6dd3e18110 fix typo: "programm" --> "program" 2015-03-02 09:06:40 +00:00
quarcu
09c2d66923 List content of tar file
List content of tar file. 

I recommend reducing amount of options regarding compressed files since on some OS are allowed only in -c mode.
Basically :
-j : bzip2
-J : xz
-z : bzip2

Additionally the extract should manage as tar -xf file no matter which compression.
2014-09-10 00:45:57 +01:00
Daniel Jour
36191abc18 automatic compression selection for tar
Using a instead of z,j,J ... makes it easy to use different compression programms
2014-09-04 10:44:00 +02:00
Arvid Gerstmann
8ef2a8aff3 add extraction of bzipped archive 2014-04-23 20:35:39 +02:00
rprieto
f00bf64426 Move pages back into a "pages" folder 2014-03-04 23:28:29 +11:00