1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:22:07 +02:00
Commit graph

26 commits

Author SHA1 Message Date
Emily Grace Seville
cf0e914f0c
Make tar placeholders convertible: (#9882)
- use ellipsis
- add path/to prefix
2023-02-21 14:47:34 +08:00
pixel
0d99563193
*: path/to/everything (#9589) 2022-12-04 19:12:49 +10:00
Bart Nagel
75b5a8da0a
tar: add "verbose" to another example (#5860) 2021-05-04 09:44:11 +02:00
Bart Nagel
69887e9d26
tar: fix mnemonic for f (#5859)
Before this patch the document suggested that the `f` allows the user to list some files to extract or insert to the archive.

This patch fixes that: the `f` allows an archive file to be specified. Without it the archive would be read from or written to stdout.
2021-05-01 14:46:55 -04:00
Robby O'Connor
5cd65c2850
tar: fix bzip to bzip2 in command description (#5264) 2021-02-13 00:53:30 -03:00
bl-ue
f72524cdb2
tar: add brackets explaining mnemonics (#5083)
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-04 13:06:54 -05:00
bl-ue
40120a4cc8
tar: remove last example to reduce count to 8 (#5078) 2021-01-04 00:23:25 +00:00
Guido Lena Cota
354d4b8748
Bulk change: move double quotes outside tokens (#4431) 2020-10-04 18:33:38 +01:00
shyneko
a9d0095fdd
tar: update an example (#4230) 2020-07-28 16:27:36 +02:00
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)