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

839 commits

Author SHA1 Message Date
Peter Tripp
53c6ffe4cf Shorten OpenSSL to 24 lines. Split keygen and csr to distinct examples. Standardize pathing. Remove commands which are just md5 verifying csr/key/csr. 2016-01-20 10:13:14 -08:00
Peter Tripp
750580dbe6 Single line text refinements. 2016-01-20 10:04:06 -08:00
Igor Shubovych
4155a473be Merge pull request #698 from lukeyeager/patch-1
Update docker description
2016-01-20 19:29:19 +02:00
Luke Yeager
7bfebeae66 Update docker description 2016-01-20 09:09:54 -08:00
Peter Tripp
f36e121681 Linting fixes. 2016-01-20 03:52:51 -08:00
Peter Tripp
246d490e6e which: Mention what a search path is. Remove explicit example. 2016-01-20 03:44:52 -08:00
Peter Tripp
93b96be95c touch: Remove hard coded date example. Reorder wording for -r. 2016-01-20 03:44:25 -08:00
Peter Tripp
a53e772333 srm: Condense and reword. Remove 35-pass example cause it's crazy-town. 2016-01-20 03:42:47 -08:00
Peter Tripp
16549758f1 salt-key: split combined examples. 2016-01-20 03:41:38 -08:00
Peter Tripp
4c5b0ac222 Rename: Condense and remove flags which require a newer version of perl. (--nows and -c are available on Ubuntu14) 2016-01-20 03:41:12 -08:00
Peter Tripp
52560585f9 Redis-cli: Condense, add note about default port. 2016-01-20 03:39:49 -08:00
Peter Tripp
c0dad323d9 LS: Condense examples to single line, removing glob and sorting examples. 2016-01-20 03:39:15 -08:00
Peter Tripp
f1ecb9249e Cal: Condense examples to single line. 2016-01-20 03:38:37 -08:00
Igor Shubovych
0a7749efd0 Merge pull request #638 from notpeter/zfs-debugger
zdb - ZFS Debugger
2016-01-20 13:10:33 +02:00
Igor Shubovych
81fd1a436f Merge pull request #693 from dyng/master
Add page for socat
2016-01-20 12:31:55 +02:00
Peter Tripp
6979544948 ZFS Debugger 2016-01-20 02:23:17 -08:00
Waldir Pimenta
946f4fdca9 Merge pull request #683 from notpeter/zzzs
Zcat and zless.
2016-01-20 10:19:48 +00:00
Ye Ding
ac5cc41148 Fix grammar mistake 2016-01-20 10:22:04 +09:00
Bob Strecansky
1770008a2e Update curl.md 2016-01-19 13:17:03 -05:00
Bob Strecansky
e3f51a7aa5 Update curl.md
Fixing Syntax to pass CI
2016-01-19 13:16:54 -05:00
Bob Strecansky
96fcae692b Update curl.md 2016-01-19 13:14:49 -05:00
Bob Strecansky
a129e7c02e Update curl.md 2016-01-19 13:13:41 -05:00
Bob Strecansky
982fcfce4a -H instead of --head for cURL, adding verbose output 2016-01-19 13:09:42 -05:00
Ruben Vereecken
0d11c4c584 tldrl: add page 2016-01-19 14:44:53 +01:00
Igor Shubovych
b185c58fa8 nano: linting 2016-01-19 15:11:20 +02:00
Leandro Ostera
711ec8c660 Merge pull request #506 from jlems/nano
nano: started tldr for nano
2016-01-19 11:56:42 +01:00
Ye Ding
df15178064 Fix document style 2016-01-19 19:53:40 +09:00
Ye Ding
2a73da4c90 Add socat page 2016-01-19 18:00:52 +09:00
Igor Shubovych
21c9dcc633 openssl: linting 2016-01-19 00:22:49 +02:00
Igor Shubovych
2de6aa5038 Merge pull request #494 from Duologic/master
Add tldr for openssl
2016-01-19 00:21:28 +02:00
andyxning
c861a6dc48 update cat command 2016-01-18 22:44:34 +08:00
Ruben Vereecken
5f1ce2c2d2 Merge branch 'master' of git://github.com/matthewgao/tldr into matthewgao-master
Conflicts:
	pages/common/rsync.md
2016-01-18 11:36:14 +01:00
Igor Shubovych
3e4ab87981 Merge branch 'master' of git://github.com/Fallon9111/tldr into Fallon9111-master 2016-01-18 00:44:12 +02:00
Igor Shubovych
6ee6ab6066 Merge branch 'patch-1' of git://github.com/okke-formsma/tldr into okke-formsma-patch-1 2016-01-18 00:22:16 +02:00
Peter Tripp
4ef0b5a7d7 Zcat and zless. 2016-01-16 13:58:14 -08:00
Peter Tripp
c6635ec815 Fix ping, zfs and zpool to match current style guide. 2016-01-16 11:45:16 -08:00
Waldir Pimenta
81311fbcb7 Merge pull request #672 from steelywing/patch-3
`rm -rf`
2016-01-16 16:36:36 +00:00
Ruben Vereecken
5a26958e94 Fixed English tenses as reported by tldr-lint 2016-01-16 15:12:05 +01:00
Ruben Vereecken
34e1ac7b2e Merge pull request #655 from 85pando/latexmk
Add pages for latexmk and pdflatex
2016-01-16 14:38:51 +02:00
Peter Tripp
eb973701a1 Rework scp.
* No double examples
 * Replace IP address with hostname place holders.
 * change word use to avoid upload & download
 * alter two remote hosts example, to not require agent forwarding.

Add SFTP examples.
2016-01-16 02:21:23 -08:00
85pando
9a3eac64c0 Add pages for latexmk and pdflatex
Pdflatex and latexmk are two tools to create Output documents from LaTeX source files.

Added colons instead of full stops to make `lint` happy.
2016-01-16 09:47:14 +01:00
Igor Shubovych
ebe6b986fb Merge pull request #669 from ArturSkowronski/master
jar: add page
2016-01-15 18:58:27 +02:00
Artur Skowronski
c6288e06c8 Create jar with handy info about usage of jar 2016-01-15 16:45:17 +01:00
Starbeamrainbowlabs
66fd296d06 Correct english in ssh page 2016-01-15 14:41:03 +00:00
Wing
b5d0a4a779 Update rm.md 2016-01-15 17:23:41 +08:00
Igor Shubovych
e3f4e2f069 who: add page 2016-01-14 23:00:59 +02:00
Wing
7a30cfcf8a rm -rf 2016-01-14 21:43:17 +08:00
cPlevey
e30345bfde added pigz 2016-01-14 06:12:09 -06:00
Waldir Pimenta
c18b91ae67 +"it" 2016-01-14 11:25:40 +00:00
Igor Shubovych
31bd12bae0 Merge pull request #550 from sbrl/imagemagick-montage
Add imagemagick montage command to common
2016-01-14 11:59:54 +02:00