Commit Graph

7424 Commits (a9cb8f5a9e8f4ae2576d36474c7246b89020a445)

Author SHA1 Message Date
lord63 a52648f811 Remove userdel command page in linux folder
that's because we've have it in common folder, and they are the same.
2015-09-05 22:16:20 +08:00
Waldir Pimenta a92aec7dc0 restore short option -i per discussion in #293 2015-08-25 00:56:09 +01:00
Waldir Pimenta 0348a644de various fixes and tweaks to sed
- don't use g in all examples
- fix option for extended regex (-E is in grep :))
- spell out the -i option and remove a stray `''` from that command
- use the term "expressions" in the example using -e
2015-08-20 16:59:41 +01:00
IgnazioC 491e6b6cf4 fix typo and example order 2015-08-20 06:59:07 +02:00
Marvin Reimer 65075cc8ce added more options based on github comments 2015-08-19 23:37:44 +02:00
Ignazioc 689120cccc added index 2015-08-19 13:04:27 +02:00
Ignazioc da325c0ee8 Added page for xctool 2015-08-19 12:11:49 +02:00
Marvin Reimer 1cc2dbc211 remove verbose 2015-08-16 00:11:59 +02:00
Marvin Reimer 6ff973c0fe add more exiftool examples 2015-08-15 17:04:31 +02:00
Waldir Pimenta 3407a4ae65 add clang 2015-08-04 19:18:34 +01:00
Waldir Pimenta 1e763bedb9 reorganize per discussion at #285 2015-07-08 18:45:35 +01:00
Waldir Pimenta f8a34b8f73 improve example description, as agreed in #285 2015-07-06 12:39:39 +01:00
Waldir Pimenta 89a6b90afd use a more useful second example
grouping 3 related options that produce a more useful output. The descriptions are in the same order and use the same initials to allow understanding what each option does individually.
2015-07-01 20:57:51 +01:00
Ruben Vereecken 6b83bba0e4 Merge pull request #283 from TechplexEngineer/patch-1
Add another common use case for named sessions
2015-06-26 15:06:40 +02:00
Blake Bourque 2ab1bbefcd add the regex for whitespace replace
Ubuntu's rename (included in perl 5.14.2) does not include -c or --nows
2015-06-25 22:35:13 -04:00
Blake Bourque d5711a9507 Add another common use case for named sessions 2015-06-25 22:12:09 -04:00
Victor Goff cdf78655c3 Add .gem ignore back in 2015-06-23 10:39:10 -04:00
Ruben Vereecken b694dd10d5 Merge pull request #280 from rubenvereecken/markdown-lint
Markdown linting
2015-05-17 11:30:40 +02:00
Leandro Ostera 24085e5007 Adds Gemfile dependencies 2015-05-06 11:30:44 -03:00
Ruben Vereecken 6aa8fbc8aa Update git-diff.md
There was a type in `--name-only`.
2015-04-14 16:30:02 +02:00
Ruben Vereecken 8ed9bc672f Added a style file for markdownlint 2015-04-14 15:47:38 +02:00
Ruben Vereecken e5a0bf268b Merge pull request #267 from ostera/feature/index
feature: pages index.
2015-04-12 21:31:45 +02:00
egilkh 9ff3f2f814 Edit list items to be valid markdown.
Makes it conform to the convention from the rest of the pages.
2015-04-11 14:14:31 +02:00
Ruben Vereecken a98b6b9938 Added `make setup` and a pre-commit hook to rebuild index. 2015-04-09 13:20:43 +02:00
Daniel Diekmeier 679c3e36f5 Update cd.md 2015-04-07 13:42:01 +02:00
Jorge A. Borges f7828563b0 Adding git remote set-url example, removing git remote add and fetch 2015-03-30 23:20:14 +11:00
Jorge A. Borges 779407e76f Add git remote 2015-03-30 22:45:48 +11:00
matugm 9b76965333 Update strace 2015-03-21 02:02:35 +01:00
matugm 26e664ffcd Add strace 2015-03-21 01:01:05 +01:00
Ruben Vereecken 921be18ad7 Merge pull request #262 from quarcu/patch-1
Update rsync.md
2015-03-16 19:11:54 +01:00
Ruben Vereecken c0e6600fe3 Merge pull request #269 from Dahie/patch-8
Create tr.md
2015-03-16 19:08:07 +01:00
Waldir Pimenta 0d0180c172 add a separate example for overwriting a symlink
to make it clear what the -T option does,
as discussed in #180
2015-03-15 11:40:20 +00:00
Daniel Senff 7f48d18e12 common verb conjugation for all tr command descriptions 2015-03-14 16:34:38 +01:00
Daniel Senff 70017a6200 add more examples to tr
These examples were suggested to add and are based from the tr-wikipedia article at https://en.wikipedia.org/w/index.php?title=Tr_(Unix)&oldid=631477596
2015-03-14 12:05:19 +01:00
Piotr Szwarc bacc874cab Update rsync.md
Reduced flags for rsync over ssh.
2015-03-12 09:23:56 +00:00
Daniel Senff c86216e261 Create tr.md
tr is a small utility for translating characters in text documents
2015-03-12 09:41:54 +01:00
Hugo 269ff7dcd7 The CL shell and scripting interface for Drupal
https://github.com/drush-ops/drush
2015-03-10 14:18:12 +02:00
Leandro Ostera e24d9800a8 refactors index building script to output JSON
also removes index.md
2015-03-04 21:10:36 -03:00
Leandro Ostera 21cb9ac9e1 feature: pages index.
By having an index for the pages, it'd allow clients
to build autocomplete's and show an index of pages
making only one request (think `tldr list`). Subsequent
caching of this file would prevent further requests.

Included is a makefile to easily rebuild the index.
It could be tailored in case the pages structure changed.

In a particular case, the web client would benefit greatly
from an index. It'd know exactly what folder a command is in
and thus the number of requests would drop from 4 to 1.
2015-03-02 15:21:27 -03:00
Waldir Pimenta 6dd3e18110 fix typo: "programm" --> "program" 2015-03-02 09:06:40 +00:00
quarcu 65abc7f38d Update rsync.md
Added rsync over SSH
2015-02-28 18:09:18 +00:00
Ruben Vereecken 05620b0e2a Merge pull request #258 from rubenvereecken/master
Added gcc (C++ compiler) to common
2015-01-13 15:22:34 +01:00
Don Mayo bd28888d65 Add page for firewall-cmd in linux 2015-01-12 10:45:34 -05:00
Ruben Vereecken a557b7064e Added gcc (C++ compiler) to common 2015-01-12 12:40:00 +01:00
Daniel Senff b19ff0ded6 Create zbarimg
zbar is a tool for reading image files, scanning included barcodes and decoing its value
2015-01-05 16:11:35 +01:00
Casper Hollingberry 2c6cfbb0e5 Add missing backtick 2014-12-20 22:36:16 -08:00
egilkh 3acb4dc447 Fix missing backticks
Added some backticks that where missing.
2014-11-04 14:44:44 +01:00
Lyuben Petrov d63d1a7b31 Add tmux 2014-11-02 14:13:40 +02:00
Camilla Krag Jensen a7c5a03cbb Change wording for "un-applying" patches. 2014-10-29 09:25:50 +01:00
Camilla Krag Jensen 5ff0c017c5 Add more explanation to top-level-description. 2014-10-28 20:27:51 +01:00
Camilla Krag Jensen abdf0e1482 Add patch command. 2014-10-25 13:20:07 +02:00
Waldir Pimenta 5404e5d432 Create chmod.md
loosely based on the proposal at #140
2014-10-02 03:39:28 +01:00
Romain Prieto 9203e186d7 Merge pull request #226 from akoenig/chown-reference-file
chown: reference file
2014-10-02 11:22:35 +10:00
Romain Prieto e366c9db1e Merge pull request #246 from NegaMorgan/master
adding ack
2014-10-02 10:07:07 +10:00
Morgan Evans 5a82ba202f adding ack 2014-10-01 18:02:25 -04:00
Romain Prieto 4f6e05fb1e Rename MP4Box.md to mp4box.md
So it's sorted by default next to all the other lowercase commands
2014-10-02 00:12:29 +10:00
Romain Prieto 221eadc336 Rename HandBrakeCLI.md to handbrakecli.md
So it's sorted by default next to all the other lowercase commands
2014-10-02 00:12:19 +10:00
Romain Prieto e4f86136f6 Fix apt-get description (included back-ticks that confused some parsers) 2014-10-01 21:12:34 +10:00
Igor Shubovych b557826325 Minor fix of mysqldump command arguments 2014-09-29 15:22:35 +03:00
Waldir Pimenta 2a0cf1eac2 make filenames consistent across examples 2014-09-29 03:18:13 +01:00
Waldir Pimenta 5cf0fc11c5 several tweaks to sox.md
for consistency and clarity
2014-09-29 03:15:39 +01:00
Romain Prieto 95eb6adc26 Merge pull request #244 from Dahie/sox
Add sox and play commands for sox sound processing
2014-09-28 20:26:09 +10:00
Igor Shubovych e9aa06bf8f Merge pull request #232 from quarcu/patch-1
List content of tar file
2014-09-27 03:46:03 +03:00
Daniel Senff 6136fbe731 Add sox and play commands for sox sound processing 2014-09-26 15:45:32 +02:00
Igor Shubovych f61b20b7b8 Merge pull request #223 from kwangbkim/master
Added pushd.md
2014-09-19 21:49:14 +03:00
Haruki f7b5a9c5b4 Fix the ls command sorting options 2014-09-18 02:13:24 +10:00
Daniel Senff cba683540a Update and rename bundler.md to bundle.md
rename to bundle.md which is the more common name
remove {{}} syntax from comments
2014-09-16 17:33:44 +02:00
Daniel Senff e1ab699982 Create bundler.md
some basic functions for using bundler/bundle
2014-09-16 10:29:06 +02:00
Daniel Senff 87fef5cffa Update fdupes.md
dang, used the wrong command name, it has to be fdupes instead of fdupe
2014-09-14 23:29:47 +02:00
Waldir Pimenta e8b9c2a7af typo 2014-09-13 11:47:24 +01:00
Romain Prieto e07faf6666 Merge pull request #236 from amitpl/netstat
split tldr
2014-09-13 09:17:26 +10:00
Romain Prieto 8f2c9b8522 Merge pull request #237 from Like-all/master
Webcam utils
2014-09-13 09:15:19 +10:00
amitpl 1b62e0d4db comments included 2014-09-12 17:04:47 +05:30
Waldir Pimenta c93f82a423 +"hint" 2014-09-12 12:26:56 +01:00
Waldir Pimenta d294c5241a reword so it doesn't look like two instructions 2014-09-12 12:25:46 +01:00
Like-all f48efad4de webcam utils 2014-09-12 14:56:18 +04:00
Amit Pal 1b0cf75494 split tldr 2014-09-12 15:29:26 +05:30
Romain Prieto 700ed47b5b Merge pull request #235 from Like-all/master
common: sshfs; common: tee
2014-09-12 19:11:41 +10:00
Like-all 65dc09a67c Merge https://github.com/tldr-pages/tldr 2014-09-11 18:39:15 +04:00
Like-all 67e91a3717 common: tee 2014-09-11 18:37:41 +04:00
Like-all 6afbe09945 common: sshfs 2014-09-11 15:28:06 +04:00
Amit Pal fb769c4313 netstat tldr 2014-09-11 16:08:56 +05:30
Like-all 53750372c5 shuf: suggestions 2014-09-10 17:58:31 +04:00
Like-all 1089ebb837 shuf: range description fix 2014-09-10 13:48:17 +04:00
quarcu 09c2d66923 List content of tar file
List content of tar file. 

I recommend reducing amount of options regarding compressed files since on some OS are allowed only in -c mode.
Basically :
-j : bzip2
-J : xz
-z : bzip2

Additionally the extract should manage as tar -xf file no matter which compression.
2014-09-10 00:45:57 +01:00
Like-all d0dee849c2 Merge https://github.com/tldr-pages/tldr 2014-09-08 13:29:37 +04:00
Like-all f4946b78d2 linux: shuf 2014-09-08 13:27:44 +04:00
Daniel Jour 36191abc18 automatic compression selection for tar
Using a instead of z,j,J ... makes it easy to use different compression programms
2014-09-04 10:44:00 +02:00
Erik Vesteraas 129f3cdc3a Added docs for iconv 2014-09-03 22:21:30 +02:00
quarcu b2b80ed78a Update ssh.md 2014-08-26 23:36:49 +01:00
quarcu 939378295c Update ssh.md
Allow agent forward. Useful when working with ssh jumpbox.
2014-08-26 23:33:18 +01:00
Like-all 786e90e864 mdadm: mistype fix 2014-08-25 14:50:27 +04:00
Romain Prieto 388917bb5b Merge pull request #222 from bdelacretaz/master
sepearted -> separated
2014-08-25 17:03:54 +10:00
Daniel Senff 8622386ae3 add fdupes documentation
this is for fdupes: https://github.com/adrianlopezroche/fdupes
2014-08-23 11:26:21 +02:00
André König 754797282e chown: use the owner and group of a reference file and apply those values to another file
Example:

    chown --reference=foobar.txt *.txt
2014-08-18 12:45:43 +02:00
egilkh facb34a60f Remove date from tcpdump example. 2014-08-18 11:04:06 +02:00
egilkh 6ebb0b550b Make tcpdump, wall and useradd match formatting. 2014-08-18 08:22:39 +02:00
André König b9f2e4dfe4 GPG: Parameter for importing a public key. 2014-08-13 20:48:25 +02:00
Kwang Kim 004807a10e Moved pushd.md to common folder 2014-08-07 13:38:25 -04:00
Kwang Kim a2e81a1fce Added pushd.md 2014-08-07 12:08:10 -04:00
Bertrand Delacretaz 4c4995d77b sepearted -> separated 2014-08-04 15:51:19 +02:00
Romain Prieto bb2f1fdcbd Merge pull request #220 from tim-sebring/master
added iostat.md
2014-08-04 14:09:50 +10:00
Romain Prieto 0e581b2a95 Merge pull request #221 from Like-all/master
mdadm - RAID management utility
2014-08-04 13:58:57 +10:00
Like-all f39674eeef mdadm - RAID management utility 2014-08-04 07:31:06 +04:00
Tim Sebring 6a6ac03d94 added iostat.md 2014-08-03 21:59:39 -04:00
Romain Prieto 0dee17f8fc Merge pull request #219 from notpeter/master
Add saltstack.
2014-07-28 09:22:55 +10:00
Peter Tripp 8610d9ce19 Added saltstack. 2014-07-27 12:36:19 -07:00
André König 457e648311 Fixed token syntax. 2014-07-27 14:10:52 +02:00
André König 6875834b79 Added invert match parameter. 2014-07-27 10:23:56 +02:00
Romain Prieto 8025803d9d Merge pull request #217 from felixonmars/ping-page
ping page: add -n param
2014-07-24 09:07:19 +10:00
Felix Yan add98df98e ping page: add -n param 2014-07-23 23:50:33 +08:00
Ruben Vereecken a2b57a8f14 Merge pull request #215 from felixonmars/shaNsums-pages
add sha1sum, sha224sum, sha256sum, sha384sum, and sha512sum pages
2014-07-22 15:17:38 +02:00
Felix Yan b46926badf add pwd page 2014-07-22 18:02:47 +08:00
Felix Yan 4080f5e044 add sha1sum, sha224sum, sha256sum, sha384sum, and sha512sum pages 2014-07-22 17:56:22 +08:00
Felix Yan 195d8d34f9 add page for head in mac and linux 2014-07-16 22:50:37 +08:00
Felix Yan 487478b537 add base64 page for linux 2014-07-14 21:50:44 +08:00
hemanth.hm 7e5ba0ce48 Better formatting. 2014-06-27 21:31:28 +05:30
hemanth.hm c21f4de00e Adding docs for 'sudo' 2014-06-26 18:42:56 +05:30
Romain Prieto ad628263aa Merge pull request #211 from EvanHahn/time-command
Add docs for "time"
2014-06-12 09:42:43 +10:00
Evan Hahn 3c8e0786e0 Add docs for "time" 2014-06-11 16:28:05 -07:00
Evan Hahn 73e6f81cf5 Add docs for "yes" command 2014-06-11 16:20:12 -07:00
Peter Tripp 86e66afef9 Added HandbrakeCLI and MP4Box 2014-05-30 12:09:29 -07:00
Peter Tripp 66b8ce3fc6 Added ffmpeg, haxelib, Matt's Traceroute and imagemagick convert. 2014-05-30 11:27:55 -07:00
André König 37d2d244a0 git-stash: Fixed command which is responsible for creating new stashes. 2014-05-27 12:54:54 +02:00
Romain Prieto b250569a60 GPG command
As authored by @fordhurley.
We had a little merge problem, so had to recreate this file on master.
2014-05-27 08:49:33 +10:00
Ruben Vereecken dfa5e2437b Merge pull request #186 from iwiznia/master
Added mysqldump.md
2014-05-26 21:32:39 +02:00
André König 45871b2662 scp: specify port on host 2014-05-26 11:02:20 +02:00
André König 6a3e6d2225 Example for dropping a git stash. 2014-05-24 22:05:35 +02:00
Igor Shubovych 27be751478 sed: fix md syntax 2014-05-18 01:12:37 +03:00
Igor Shubovych e0f91ae4a8 Merge branch 'sed' of git://github.com/jlinder/tldr into jlinder-sed 2014-05-18 01:11:06 +03:00
Igor Shubovych 78b4ec7770 Merge pull request #198 from igorshubovych/psql
psql - PostgreSQL CLI client
2014-05-17 15:48:47 +03:00
Igor Shubovych 41974a77fd psql: minor syntax changes 2014-05-17 15:48:09 +03:00
Ruben Vereecken 2d6a81f2a7 Merge pull request #177 from jlinder/tcpdump
tcpdump command to output to a dated filename all traffic not on port 22
2014-05-15 16:22:57 +02:00
Ruben Vereecken c501951c4d Merge pull request #175 from rubenvereecken/deluser
Added deluser page, related to userdel at #172
2014-05-15 11:10:56 +02:00
Romain Prieto 4ccc41d737 Merge pull request #202 from igorshubovych/cat
Pages: cat
2014-05-13 09:33:17 +10:00
Romain Prieto 630931d844 Merge pull request #174 from rubenvereecken/usermod
Added usermod page
2014-05-13 09:19:17 +10:00
Romain Prieto f701fc6cc9 Merge pull request #172 from rubenvereecken/userdel
Added userdel
2014-05-13 09:17:45 +10:00
Romain Prieto cba6123d9c Merge pull request #173 from rubenvereecken/nohup
Added nohup page
2014-05-13 09:15:08 +10:00
Romain Prieto a740586a5c Merge pull request #178 from Dahie/patch-1
adds two more use cases for git-push
2014-05-13 09:14:08 +10:00
Romain Prieto e60946fcaa Merge pull request #187 from akoenig/ls
Added example which displays the size in a human readable format.
2014-05-13 09:12:17 +10:00
Romain Prieto 23b293bb8e Merge pull request #193 from Like-all/master
Pages: dpkg
2014-05-13 09:10:20 +10:00
Igor Shubovych b74dff1d79 psql: use here-strings instead of echo 2014-05-12 23:54:47 +03:00
Igor Shubovych 1b1a64b913 Pages: more 2014-05-12 15:24:05 +03:00
Igor Shubovych 82564bd222 psql: split examples, minor fixes 2014-05-12 14:44:31 +03:00
Igor Shubovych 77be8f37bf Merge branch 'master' into psql 2014-05-12 14:36:56 +03:00
Igor Shubovych 9639c3d869 cat: adding {{token}} syntax 2014-05-12 14:30:53 +03:00
Romain Prieto 0bdf0da318 echo: fix token syntax + 1 example per description 2014-05-11 21:11:46 +10:00
Romain Prieto e7ba3a83d3 Merge pull request #203 from igorshubovych/echo
Pages: echo
2014-05-11 21:10:10 +10:00
Igor Shubovych 1b0766942d Pages: echo 2014-05-11 13:20:51 +03:00
Romain Prieto 76b344227d mysql: remove "or" example + fix token syntax
The "or" example breaks tools that assume 1 command example per description
2014-05-11 11:20:38 +10:00
Igor Shubovych 4db7b75909 Pages: cat 2014-05-10 15:23:41 +03:00
Romain Prieto e804f0badf Merge pull request #201 from igorshubovych/mysql
Pages: mysql
2014-05-10 21:36:19 +10:00
Romain Prieto 369c0a00fb Merge pull request #199 from igorshubovych/locate
Pages: locate
2014-05-09 09:08:39 +10:00
Igor Shubovych 837ab109e3 Pages: cd 2014-05-08 23:45:56 +03:00
Igor Shubovych 888b33c3d5 Pages: locate 2014-05-08 23:25:52 +03:00
Igor Shubovych ce3cbad34c Pages: mysql 2014-05-08 22:37:47 +03:00
Igor Shubovych 91e3f78e5d Pages: psql 2014-05-08 17:10:08 +03:00
Igor Shubovych f063d3b670 Fix ab page to conform common standards 2014-05-07 17:34:50 +03:00
Igor Shubovych adafccee36 Pages: ab 2014-05-07 16:03:43 +03:00
Sasha Khamkov a46d484671 Missing apostrophe
Missing apostrophe in monitor "node" processes
2014-05-04 10:29:14 +03:00
Robert Speicher 44acd72914 Add ag (the_silver_searcher) page 2014-05-01 21:25:35 -04:00
Like-all 4a50dd2484 Pages: dpkg 2014-04-29 01:19:22 +04:00
Like-all 9e731d11fb Pages: chsh 2014-04-28 15:40:00 +04:00
Arvid Gerstmann 8ef2a8aff3 add extraction of bzipped archive 2014-04-23 20:35:39 +02:00
Romain Prieto 1c3b14eb59 Merge pull request #180 from andreassimon/patch-1
Added example of overwriting an existing link
2014-04-22 12:41:29 +10:00
Romain Prieto 915656351d Merge pull request #179 from Dahie/patch-2
Update git-log.md
2014-04-22 12:39:12 +10:00
Romain Prieto dc6a324b6a Merge pull request #184 from mateu-aguilo-bosch/git-diff-name-only
Expand git-diff page
2014-04-22 12:30:44 +10:00
Romain Prieto 4ca185513a Merge pull request #183 from tsigo/rs-exiftool
Add exiftool and one example
2014-04-22 12:29:41 +10:00
Romain Prieto 0e21400da1 Merge pull request #182 from litblaky/master
add env command
2014-04-22 12:28:15 +10:00
Romain Prieto 769bff4b02 Merge pull request #185 from naxoc/tree
Add tree command docs.
2014-04-22 12:27:28 +10:00
Romain Prieto b802a17b08 Merge pull request #181 from Gubolin/master
add wall
2014-04-22 12:26:35 +10:00
André König f62e295682 Added example which displays the size in a human readable format. 2014-04-16 20:24:01 +02:00
Ionatan Wiznia 8ca75b7a13 Added mysqldump.md 2014-04-15 10:54:01 +02:00
Camilla Krag Jensen c25dc96b5d Add tree command docs. 2014-04-14 19:56:07 +02:00
Mateu Aguiló Bosch 013116469e Expand git-diff page
Added:
  * `—names-only` option.
  * `—summary` option.
2014-04-13 18:00:28 +02:00
Robert Speicher 43abf49b76 Add exiftool and one example 2014-04-12 13:25:30 -04:00
litblaky 0aa39f0aa2 add env command 2014-04-08 22:47:38 +08:00
Gubolin 1fa8e8e846 change message to file 2014-04-04 09:21:11 +02:00
Gubolin f472b5a865 add wall 2014-04-04 09:14:57 +02:00
Andreas Simon 0b8d32a1a8 Added example of overwriting an existing link 2014-04-01 10:47:34 +02:00
Daniel Senff 4988276759 Update git-log.md
adds the command for displaying a detailed git history of a particular file or folder
2014-03-31 14:08:45 +02:00
Daniel Senff a5ea995780 adds two more use cases for git-push 2014-03-28 10:40:40 +01:00
James H. Linder 133a8cc13f tcpdump command to output to a dated filename all traffic not on port 22 2014-03-27 14:46:32 -04:00
James H. Linder 1efb6b906d Adding a line for sed for making multiple replacements in one command. 2014-03-27 14:27:35 -04:00
Ruben Vereecken f72ea4d261 Added usermod page 2014-03-24 11:31:06 +01:00
Ruben Vereecken 0e60666be2 Added nohup page 2014-03-24 11:17:15 +01:00
Ruben Vereecken 4971e8571a Added deluser page, related to userdel at #172 2014-03-24 11:16:39 +01:00
Ruben Vereecken 3e3a8a359c Added userdel to linux 2014-03-24 10:58:38 +01:00
Romain Prieto c92c84e2df Merge pull request #171 from rubenvereecken/ps
Added a grep use case to ps
2014-03-24 11:21:08 +11:00
Romain Prieto fc74a20211 Merge pull request #170 from rubenvereecken/useradd
Added useradd.md with most relevant use cases
2014-03-24 11:18:19 +11:00
Ruben Vereecken a6ae297b6a Added a grep use case to ps 2014-03-24 00:52:15 +01:00
Ruben Vereecken 1e5f01b229 Added useradd.md with most relevant use cases 2014-03-24 00:45:45 +01:00
Bruno Durán 57d42257d3 Improved tail.md 2014-03-19 12:49:24 +01:00
Romain Prieto 84be2a73d1 Merge pull request #165 from Gubolin/master
add xargs
2014-03-13 13:27:53 +11:00
Gubolin b5e8b0d4c1 Merge branch 'master' of https://github.com/Gubolin/tldr-1
merge
2014-03-12 18:27:04 +01:00
Gubolin 4252370942 add xargs 2014-03-12 18:25:30 +01:00
Florent Guilleux 01965fd3cf Add user password -u option to Curl 2014-03-11 10:01:45 -05:00
kxy ffffef8db3 added ar.md 2014-03-10 16:31:07 +01:00
Romain Prieto 3c1a9011d3 Merge pull request #161 from Gubolin/master
add wpa_cli
2014-03-10 08:26:27 +11:00
Gubolin f81fffbe1c add wpa_cli 2014-03-09 17:49:01 +00:00
kxy e24428384b more typos 2014-03-09 13:40:48 +01:00
kxy a56dd9775c fixed a typo 2014-03-09 13:39:57 +01:00
kxy 5065bbc785 added ipcs.md 2014-03-09 13:38:28 +01:00
kxy 4d70294f06 split git commands 2014-03-09 13:20:13 +01:00
James H. Linder 3c30318547 Adding a file for awk. 2014-03-08 12:03:01 -05:00
Romain Prieto b24b3c0270 nc: fix list syntax 2014-03-08 13:46:34 +11:00
cattail fff41a3604 improve nc.md
add server & stay up
2014-03-08 10:37:44 +08:00
Romain Prieto 9c6efdc56b Merge pull request #152 from axelcdv/master
Added page for route under osx
2014-03-08 12:14:40 +11:00
Romain Prieto dfa4d63597 cut: fix token syntax + group by characters/fields 2014-03-08 12:12:41 +11:00
Marshall Yount 52de7cfc4f add support for cut command 2014-03-07 11:43:18 -06:00
Axel Colin de Verdiere be239f7a9f Show a line with /24 subnet 2014-03-07 14:34:37 +01:00
Romain Prieto daf8ab1365 Fix tcpflow syntax 2014-03-07 17:44:58 +11:00
Romain Prieto 14956b3c61 Create tcpflow.md 2014-03-07 17:44:37 +11:00
Axel Colin de Verdiere efc526f61b Added descriptive names for the arguments for route 2014-03-07 01:03:24 +01:00
Axel Colin de Verdiere 124998b65a Added page for route under osx 2014-03-06 17:47:59 +01:00
Romain Prieto ec26997a1d Create watch.md 2014-03-06 13:24:55 +11:00
kxy 0b1aed0122 remove unused file 2014-03-05 21:38:00 +01:00
kxy 14d4319d3f add node.md 2014-03-05 21:37:38 +01:00
Gubolin 662bc05ca8 add apropos.md 2014-03-05 17:18:50 +01:00
Gubolin 1825a422a8 aptitude.md 2014-03-05 16:53:06 +01:00
Felix Yan e0d17870d4 add free.md 2014-03-05 14:47:01 +08:00
Chriztian Steinmeier 0a67ee4d95 Correct tokens 2014-03-04 21:10:51 +01:00
Chriztian Steinmeier 5a2980ea77 Add page for `xsltproc` 2014-03-04 21:08:56 +01:00
rprieto f00bf64426 Move pages back into a "pages" folder 2014-03-04 23:28:29 +11:00