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

1990 commits

Author SHA1 Message Date
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
sadboyzvone
4dc0202460 rbash: add page 2017-11-16 22:40:05 +01:00
Marvin Johanning
9d3e9c8109
Change wording
Changed the wording of an explanation
2017-11-14 19:58:57 +01:00
Marvin Johanning
7754dfcda5
Add colon to example descriptions 2017-11-14 16:44:00 +01:00
Marvin Johanning
9d114dfd43 ruby: add page 2017-11-14 16:39:27 +01:00
Starbeamrainbowlabs
6bc2d6cf7a
df: add specific file/folder usecase (#1630) 2017-11-14 13:52:51 +00:00
Polle Vanhoof
654c01fcd1
df: converted to snake case and small text change 2017-11-13 16:25:47 +01:00
Frank Lamar
93f1fa4397 astyle: add page (#1543) 2017-11-13 11:08:17 +05:30
Polle Vanhoof
2dc563ae66
df: add specific file/folder usecase
It can often be useful to not just list all the file systems, but to figure out on which one a specific file or folder is located
2017-11-12 19:19:53 +01:00
Tan Shuai
abaabe35ca find: fix -mtime example (#1625) 2017-11-08 19:39:07 +00:00
Starbeamrainbowlabs
83f4361136
vim: simplify substitution in whole file (#1555) 2017-11-08 19:32:00 +00:00
Starbeamrainbowlabs
af085efc39
eslint: add page (#1617) 2017-11-04 11:38:36 +00:00
Starbeamrainbowlabs
f335861d41
rainbowstream: add page (#1549) 2017-11-04 11:36:22 +00:00
Starbeamrainbowlabs
1387b02a69
trans: add page (#1590) 2017-11-04 11:31:25 +00:00
Starbeamrainbowlabs
1061f50029
roll: add page (#1591) 2017-11-04 11:27:53 +00:00
Starbeamrainbowlabs
e831d624bb
ffmpeg: update examples for modern syntax, add commentary on CRF vs CBR options, add remuxing example (#1595) 2017-11-04 11:27:00 +00:00
Timo Sand
c6eaf3ae24 git-diff: Adds comparison of file on current branch to other branch (#1611) 2017-11-04 15:01:27 +05:30
Agniva De Sarker
3e50a71cfd
rainbowstream: simplify descriptions 2017-11-04 10:20:38 +05:30
Starbeamrainbowlabs
14279f02e3
git-diff: add example using relative time range (#1619) 2017-11-03 23:06:20 +00:00
Starbeamrainbowlabs
67fccf59ef
ag: tokenize values (#1618) 2017-11-03 23:03:54 +00:00
Starbeamrainbowlabs
9de0ee64f5
exa: add page (#1589) 2017-11-03 23:02:18 +00:00
AnimiVulpis
dc98db21e0 Change words that are translated 2017-11-02 13:31:21 +01:00
Agniva De Sarker
dbff7a26f7
git-diff: update description
Replace backticks with quotes
2017-11-02 09:47:47 +05:30
jitakirin
29bae17f8c
git-diff: update examples to show other possibilities
Show that date expression/spec can contain other items and combinations of items, or an actual timestamp.
2017-11-01 07:07:23 +00:00
jitakirin
a33f630def
git-diff: add example using relative time range
Close #1368
2017-10-31 22:32:16 +00:00
AnimiVulpis
0e48d77af1 Fix tokenization 2017-10-31 22:47:37 +01:00
AnimiVulpis
86aee1cfae Fix tokenization 2017-10-31 22:41:52 +01:00
Agniva De Sarker
ac600a36e0 jekyll: update page
- Made heading to be all lower case
- Changed the word _site from inside backticks to quotes
2017-10-31 09:39:36 +05:30
Agniva De Sarker
74ce43b08d lein: beautify page
- made REPL as upper case
- wrapped -main in quotes rather than backticks
2017-10-31 09:39:24 +05:30