1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 05:37:58 +01:00
Commit graph

428 commits

Author SHA1 Message Date
Waldir Pimenta
d835336afc Merge pull request #581 from antoniom13/add-ssh-keygen
add ssh-keygen
2016-01-10 19:13:50 +00:00
Antonio
6261682888 add ssh-keygen
builds up to options

Updates verbiage
2016-01-10 12:19:50 -05:00
Yoshinari Takaoka
dc91102205 Merge branch 'master' into lsof_add_some_options_example 2016-01-10 21:37:46 +09:00
Yoshinari Takaoka
b8d24b5f74 - deleted unnecessary descriptions. 2016-01-10 21:33:09 +09:00
Felix Yan
1e6e17ba7d Merge pull request #649 from tldr-pages/autojump-tweaks
autojump: various tweaks
2016-01-10 09:32:20 +08:00
Igor Shubovych
5aaf64b326 Fix #417. Add Dokku command (kudos to @Cri5) 2016-01-09 20:40:06 +02:00
Waldir Pimenta
c19833c414 autojump: various tweaks 2016-01-09 18:30:19 +00:00
Igor Shubovych
8bec44034b Merge pull request #643 from chuanconggao/autojump
autojump: add page
2016-01-09 20:09:34 +02:00
Igor Shubovych
ca1e589c64 Merge pull request #644 from jamswat/file
file: add -k and -s
2016-01-09 11:28:54 +02:00
Chuancong Gao
7efb16f812 autojump: add page 2016-01-09 01:00:42 -08:00
Igor Shubovych
eb67b4948b Merge pull request #637 from notpeter/master
Add su - for login shells
2016-01-08 23:09:19 +02:00
Peter Tripp
351145a3ac Add 'su -'. Apparently su -l is Linux/BSD only (no solaris) while su - is universal. 2016-01-08 08:49:03 -08:00
Ruben Vereecken
e686ab5fb8 Merge pull request #625 from 85pando/bmaptool
Bmaptool
2016-01-08 10:40:33 +01:00
James Wait
803ea7df4f file: add -k and -s 2016-01-08 20:15:59 +11:00
85pando
e040817ad5 Add page for bmaptool. 2016-01-08 10:06:36 +01:00
Ruben Vereecken
066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
Igor Shubovych
c066ac0cee Merge pull request #605 from denis-sokolov/simple-sh-syntax
for/if/while: add
2016-01-08 01:11:36 +02:00
Ruben Vereecken
9a991e4cb0 Merge remote-tracking branch 'upstream/master'
Conflicts:
	pages/common/touch.md
2016-01-07 16:59:09 +01:00
Ruben Vereecken
b755e726c8 Fixed annoyingly incorrect file syntaxes 2016-01-07 16:51:03 +01:00
Denis Sokolov
27cc01819f for/if/while: add 2016-01-07 17:40:49 +02:00
Igor Shubovych
047974adda Merge pull request #530 from joelhy/enca-page
add enca to common page
2016-01-07 17:31:07 +02:00
Leandro Ostera
1ad1639427 Merge pull request #445 from audibleblink/add_to_docker
adds commands for working with images in docker
2016-01-07 15:33:15 +01:00
Felix Yan
464b67f078 Merge pull request #572 from marksylee/mailx
mailx: add page
2016-01-07 09:48:24 +08:00
Joel Huang
85355d1ed6 enca: add page 2016-01-07 08:30:17 +08:00
Waldir Pimenta
993f9e3955 Merge pull request #627 from naps62/pass
Add pass command
2016-01-06 21:14:32 +00:00
Igor Shubovych
d0db336f7c Merge pull request #600 from kkamperschroer/tldr-mocha
Add mocha.md - The JavaScript test runner CLI
2016-01-06 21:40:46 +02:00
Miguel Palhas
6a9e8533dc Add pass command
http://www.passwordstore.org/
2016-01-06 19:24:23 +00:00
Kyle Kamperschroer
186d3f2e25 Add mocha.md 2016-01-06 09:42:22 -08:00
Agniva De Sarker
3e355c7f36 tcpdump: fixed syntax error and added better params 2016-01-06 22:30:53 +05:30
Felix Yan
b1358283f1 Merge pull request #620 from lagelalegal/feature/adb
Add adb commands
2016-01-06 22:07:10 +08:00
lagel
5bbc71e9cf Add adb commands 2016-01-06 21:57:19 +08:00
Maks Makrovets
16d9553b6c curl: fix example according to style guide. 2016-01-06 13:08:39 +02:00
Igor Shubovych
1b63a9d58c Merge branch 'patch-6' of git://github.com/denis-sokolov/tldr into denis-sokolov-patch-6 2016-01-06 12:33:47 +02:00
Waldir Pimenta
f3aba7930a Merge pull request #599 from tldr-pages/unrar-reorder
unrar: reorder examples
2016-01-05 22:25:52 +00:00
Waldir Pimenta
5433dfd83c Merge pull request #609 from denis-sokolov/patch-1
ln: remove note about hard links for directories
2016-01-05 22:23:39 +00:00
Yoshinari Takaoka
7a01d25b6f fixed poor english :( 2016-01-06 06:29:14 +09:00
Yoshinari Takaoka
28f29660c3 removed kill -9 pipe. 2016-01-06 06:26:36 +09:00
Yoshinari Takaoka
7d7a50568f replaced {{8080}} with {{port}} to follow format conventions. 2016-01-06 06:24:23 +09:00
Ruben Vereecken
e63ff72f30 Merge pull request #611 from ivantm/patch-1
vim doc grammar fix
2016-01-05 22:21:54 +01:00
Denis Sokolov
5554a6d2a4 ln: remove overwrite option for directories
-T is not present on my system, and the behavior itself is completely unintuitive.
How exactly do you overwrite a directory? Do you recursively delete its children?
2016-01-05 23:18:49 +02:00
Ruben Vereecken
6b20b2b4aa Merge pull request #586 from aarinsmith/master
Add Sass
2016-01-05 21:38:47 +01:00
Denis Sokolov
5c694e6f9c ln: remove note about hard links for directories
Hard links are generally not allowed for directories.
2016-01-05 22:31:52 +02:00
Aarin Smith
b1a3ac9631 Removed unnecessary sass vs scss line in overall description. 2016-01-05 11:16:13 -08:00
Waldir Pimenta
009b2f5fb0 Merge pull request #590 from joelhy/7za-common-page
7za: add page
2016-01-05 19:04:56 +00:00
Denis Sokolov
61634c9703 ssh: remove quotes around remote command 2016-01-05 20:37:25 +02:00
Aarin Smith
71bf38c94e Updated sass scss file extensions. Corrected description for sass command with no output file. 2016-01-05 09:49:09 -08:00
Waldir Pimenta
d7ab35d473 unrar: reorder examples
extracting with original directory structure is arguably a more common use case than extracting the files in a flattened manner
2016-01-05 17:31:30 +00:00
Ruben Vereecken
3f2cd4b6c7 Merge pull request #580 from kumon/master
Added ionice.md
2016-01-05 15:57:00 +01:00
Joel Huang
7459888c0c 7za: add page 2016-01-05 22:07:33 +08:00
Igor Shubovych
17faf11ac7 Merge pull request #594 from antoniom13/update-grep
grep: add line number
2016-01-05 15:55:06 +02:00