1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 08:06:02 +02:00
Commit graph

1568 commits

Author SHA1 Message Date
Mo Alamin
f5cd6460df TLDR009 Page should contain a newline at end of file, fix. 2017-11-27 23:30:14 -05:00
Mo Alamin
a9b78925a7 Add tldr for rails command. 2017-11-27 23:19:31 -05:00
zethra
9ba419d4bd Fixed formating 2017-11-27 18:29:43 -05:00
Tom Hill
c798774097
Made changes to wording as requested 2017-11-28 09:34:04 +11:00
Andrea
e953129676
spatial: fix macOS command 2017-11-27 20:30:15 +00:00
Shih Yu Ho
191666c794 docker: add docker container logs example (#1680) 2017-11-27 18:14:42 +00:00
Starbeamrainbowlabs
19dbcf7ad9
irssi: add page (#1676) 2017-11-27 18:07:32 +00:00
Starbeamrainbowlabs
d00b10d6c9
Corrected the example: Compress a series of identical characters to a single character (#1670) 2017-11-27 17:58:34 +00:00
Starbeamrainbowlabs
d04c2b18bd
ember: add page (#1656) 2017-11-27 17:43:27 +00:00
zethra
b6bc645d83 Added page for rustup 2017-11-27 10:02:29 -05:00
Minh Nguyen
38788de92a sudo: Change to use flag -i for macOS 2017-11-27 18:14:18 +11:00
Minh Nguyen
4c9f12072e sudo: Add example to run an interactive shell 2017-11-27 17:48:29 +11:00
Minh Nguyen
bcd4efd885 Revert "sudo: add example for interactive shell"
This reverts commit 415d4834ea.
2017-11-27 17:19:13 +11:00
Minh Nguyen
415d4834ea sudo: add example for interactive shell 2017-11-27 17:09:29 +11:00
Andrew Amesbury
3db3b578f7 irssi: revisions as requested 2017-11-27 18:35:54 +13:00
Tom Hill
b3b921baf4
Changes to custom links 2017-11-27 10:06:20 +11:00
Andrew Amesbury
8defdf8cf0 irssi: fix missed colons 2017-11-27 09:32:01 +13:00
Andrew Amesbury
179ee5aa94 irssi: add page 2017-11-27 09:26:48 +13:00
Tom Hill
62bd9e89b1
Create surge.md 2017-11-26 21:54:27 +11:00
Angsuman Chakraborty
fc6b0e4661
Corrected the example: Compress a series of identical characters to a single character
The example wrongly used \n instead of {{input_characters}}.
2017-11-26 16:09:41 +05:30
Andrea
5902534b0c
spatial: add clean and build, address review comments 2017-11-26 10:21:02 +00:00
David Sommerich
f54f9d2502
smartctl: fix descriptions and improve examples 2017-11-26 16:18:09 +11:00
Alex LaFroscia
b8f05657ef ember: expand "generate" example description 2017-11-25 13:50:30 -05:00
David Sommerich
76aabc6a4f smartctl: add page 2017-11-25 22:52:29 +11:00
beesandbombs
3eb2d3dcbc typo 2017-11-25 09:32:17 +05:30
Alex LaFroscia
5010d4b1de ember: add page 2017-11-24 15:33:56 -05:00
Starbeamrainbowlabs
13045c5190
tail: add -F option (#1647) 2017-11-24 18:45:07 +00:00
Nate Silva
34f6448ef3 gtop: add page (#1640) 2017-11-24 18:44:13 +00:00
Andrea Della Corte
3610a3204f spatial: add page 2017-11-24 14:07:30 +00:00
Matthew Thompson
474ca28ff1
Update chmod.md: Add recursive chmod
Might not be approved, but this is the classic 755 on all directories, 644 on all files in a tree a la: https://stackoverflow.com/questions/18817744/change-all-files-and-folders-permissions-of-a-directory-to-644-755

As I just discovered `tldr`, I had to try my hand at changing a command
2017-11-24 09:01:12 -05:00
Frank Dietrich
9ec1c1f4a5 user short option for id command 2017-11-24 13:04:02 +01:00
Frank Dietrich
ded5c11e43 amend based on the PR comments 2017-11-24 12:50:38 +01:00
Agniva De Sarker
29612adca2
add a comma 2017-11-24 11:41:53 +05:30
Steve Stodola
5174bb40f6
Update tail.md 2017-11-23 22:53:55 -07:00
Steve Stodola
2c789950db
update tail to indicate -F
If I open the file with tail like this:

$ tail -f /var/log/messages
... and if the log rotation facility on my machine decides to rotate that log file while I'm watching messages being written to it ("rotate" means delete or move to another location etc.), the output that I see will just stop.

If I open the file with tail like this:

$ tail -F /var/log/messages
... and again, the file is rotated, the output would continue to flow in my console because tail would reopen the file as soon as it became available again, i.e. when the program(s) writing to the log started writing to the new /var/log/messages.
2017-11-23 17:16:08 -07:00
Frank Dietrich
9592b58954 fix example description 2017-11-23 13:01:50 +01:00
Frank Dietrich
1cf9fda3ee add examples for current user processes
#fixes 1610
2017-11-23 12:53:54 +01:00
Agniva De Sarker
88289e54be
fix minor grammatical issue 2017-11-23 11:41:06 +05:30
Raymond Douglas
5b9848dc64
npm.md: additional module listing use case
Made changes per suggestions by agnivade.
2017-11-22 22:06:43 -08:00
Raymond Douglas
b5d71ae196
Update npm.md 2017-11-22 15:57:36 -08:00
Raymond Douglas
91c6744c1e
npm.md: additional module listing use case
Added a use case for listing all globally installed modules with a tree depth of 0.
2017-11-22 15:56:00 -08:00
Starbeamrainbowlabs
780c9f5f92
rbash: add page (#1634) 2017-11-20 23:13:32 +00:00
Starbeamrainbowlabs
ea57113b12
Teensy grammatical fix 2017-11-20 23:07:54 +00:00
Agniva De Sarker
8edaf808ca
Simplified heading 2017-11-21 00:16:13 +05:30
Matías Andrade Guzmán
f853a5956e telnet: fix typo
Line 7 said telnel instead of telnet.
2017-11-19 10:12:10 +05:30
ckovsky
1dbea9456b borg: add page (#1631) 2017-11-18 09:22:18 +05:30
sadboyzvone
0f1e8052e9 rbash: remove some restrictions 2017-11-17 16:39:15 +01:00
sadboyzvone
ff781ee8f0 rbash: put restrictions onto 1 line 2017-11-17 16:37:36 +01:00
Starbeamrainbowlabs
9bc122e934 pdfunite: Add page (#1633) 2017-11-17 17:58:44 +05:30
sadboyzvone
373bdf1982 rbash: fix for lint 2017-11-16 22:46:57 +01:00