Commit Graph

420 Commits (1e6e17ba7d9903e1895b62f94745d10cfad31870)

Author SHA1 Message Date
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
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
Felix Yan 51427e6608 Merge pull request #591 from joelhy/git-svn-common-page
git-svn: add page
2016-01-05 20:52:53 +08:00
Igor Shubovych 15764d3ee6 Merge pull request #592 from joelhy/unrar-common-page
unrar: add page
2016-01-05 14:19:06 +02:00
Joel Huang 45e74285a3 unrar: add page 2016-01-05 19:52:36 +08:00
kumon 3d6b4aed47 improve description 2016-01-05 19:45:42 +09:00
Joel Huang 0c8ec98b75 git-svn: add page 2016-01-05 16:40:34 +08:00
Igor Shubovych 1492161348 Merge pull request #587 from Ethiraric/bash-page 2016-01-05 09:59:45 +02:00
Antonio b0adce01cb grep: add line number 2016-01-05 00:30:21 -05:00