Tom Hill
b3b921baf4
Changes to custom links
2017-11-27 10:06:20 +11:00
Tom Hill
62bd9e89b1
Create surge.md
2017-11-26 21:54:27 +11:00
Δημήτρης Φιλίππου
d6e9cf0092
xdotool: added more examples ( #1650 )
2017-11-26 15:17:45 +05:30
Amy Martin
f3c002d32f
Extract STYLEGUIDE.md from CONTRIBUTING.md
2017-11-26 13:04:07 +05:30
Starbeamrainbowlabs
d681bb4cb5
Update pasuspender.md
2017-11-25 15:45:44 +05:30
Starbeamrainbowlabs
47003f70f5
Update pasuspender.md
2017-11-25 15:45:44 +05:30
Starbeamrainbowlabs
5a60527de3
pasuspender: add page
2017-11-25 15:45:44 +05:30
beesandbombs
3eb2d3dcbc
typo
2017-11-25 09:32:17 +05:30
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
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
Starbeamrainbowlabs
6c391a1192
npm: additional module listing use case ( #1642 )
2017-11-23 18:06:22 +00: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
Eddie Jaoude
be45f49de5
npm: sudo is not needed to npm install ( #1639 )
2017-11-22 10:23:14 +00:00
Starbeamrainbowlabs
a562bddfa5
dash: add page ( #1638 )
2017-11-22 10:16:21 +00:00
Starbeamrainbowlabs
68b54134f4
Teensy layout fix
2017-11-22 09:55:55 +00:00
sadboyzvone
041ee38e7c
dash: be more objective
2017-11-22 08:15:57 +01:00
sadboyzvone
f8baa0303a
Merge branch 'master' of github.com:sadboyzvone/tldr
2017-11-21 17:28:42 +01:00
sadboyzvone
07e02f1075
dash: add page
2017-11-21 17:28:26 +01:00
alien
41399e39f9
Merge pull request #1 from tldr-pages/master
...
merge
2017-11-21 17:20:35 +01: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
Ayush Dwivedi
ced7343ea0
modinfo: add page ( #1585 )
2017-11-15 17:54:53 +05:30
Starbeamrainbowlabs
6bc2d6cf7a
df: add specific file/folder usecase ( #1630 )
2017-11-14 13:52:51 +00:00
Ayush Dwivedi
7cca370237
bmon: add page ( #1582 )
2017-11-13 23:17:57 +05:30
Polle Vanhoof
654c01fcd1
df: converted to snake case and small text change
2017-11-13 16:25:47 +01:00
Yan Uehara
1905be4092
attrib: add page ( #1616 )
2017-11-13 11:10:05 +05:30
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
4b9550be70
ncat: add page ( #1620 )
2017-11-08 19:35:52 +00:00
Starbeamrainbowlabs
4d7c7de5bf
codesign: add page ( #1523 )
2017-11-08 19:33:46 +00:00
Starbeamrainbowlabs
83f4361136
vim: simplify substitution in whole file ( #1555 )
2017-11-08 19:32:00 +00:00
Polle Vanhoof
4ce03d950c
ncat: update description and style
2017-11-06 12:00:45 +01:00
SAURABH SHARMA
e611ceffe5
dir: add page ( #1567 )
2017-11-05 21:24:15 +05:30
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