1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 15:04:54 +02:00
Commit graph

17 commits

Author SHA1 Message Date
Simon Erkelens
f6022ded6c
Tar: Add extraction of file without folder structure (#3859)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-03-24 12:53:00 +01:00
Paul S
bb264b81b2
tar: add a relative paths example (#3867)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-25 20:04:41 +01:00
Joshua
4d8a24c6a5 tar: update multiple file tokens 2019-10-21 22:26:56 +05:30
Toon Nolten
7904a322f2 tar: simplify extraction examples (#3336)
Dropped the examples for extraction of specific compressed archives, tar
has had autodetection of the compression for over two decades.

Removed the dashes. No versions of tar require them and all they do is
cost you POSIX compatibility. (POSIX tar did *not* allow for the
dashes.)
2019-10-10 18:28:46 +01:00
Marco Bonelli
66abb98ce9 Refactor: reword English pages' links' descriptions. 2019-06-03 14:19:41 +02:00
pxgamer
e0a57e00b6 tar: add link to homepage 2019-05-14 14:58:59 -03:00
Marco Bonelli
2599a6de48 Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
2019-02-13 20:51:04 +05:30
Jeong Arm
4f08cc485d tar: add hyphen for flags (#2637) 2019-01-28 18:44:44 +00:00
Matt Ross
31e256b457 tar: extract files matching a pattern (#1883) 2018-01-14 18:11:22 +05:30
Waldir Pimenta
d7041ec1d3 tar: reword the second sentence of the main desc. (#1058) 2016-09-22 20:09:54 +01:00
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
Renamed from common/tar.md (Browse further)