Commit Graph

782 Commits (cf05add3ff32e83d7ab462c4d7862763394bbb73)

Author SHA1 Message Date
Zak Remer b184ceca66 git-submodule: Add tldr page for the git-submodule command.
Update git-submodule to pass linter requirements.
2016-03-29 14:06:55 -07:00
ebergeron 88f5d65eb5 Added gulp to common pages. 2016-03-27 15:59:24 -04:00
Ian MacIntosh 5d2160f654 rm: fix typo ("it's" should be "its") 2016-03-25 14:17:25 -04:00
Waldir Pimenta d6bd08e69e Create inkscape.md
Most of this is based on the excellent "examples" section of Inkscape's man page:
https://inkscape.org/en/doc/inkscape-man.html#examples
2016-03-22 21:33:52 +00:00
Mateusz Konieczny aab6d79c96 shorten history -c explanation using suggestion by @waldyrious 2016-03-19 21:09:30 +01:00
Igor Shubovych c79571b553 Merge pull request #825 from matkoniecz/history
add explanation how to fully erase bash shell history
2016-03-19 19:43:01 +02:00
Miguel Amigot 085b18642f Wrong order of arguments in command 2016-03-19 02:01:04 -04:00
Mateusz Konieczny 9cc107138d add explanation how to fully erase bash shell history
based on http://unix.stackexchange.com/questions/203290/how-do-i-clear-the-terminal-history/203295#203295
2016-03-15 19:12:27 +01:00
Leandro Ostera 42551edc3f Merge pull request #812 from jedahan/ssh-keygen-filepath
Ssh keygen filepath
2016-03-10 00:03:10 +01:00
Jonathan Dahan 3902255b9d ssh-keygen: add output file path option 2016-03-09 17:10:49 -05:00
Igor Shubovych 5d5dea076a Merge pull request #817 from kkk777kkk/patch-1
Added backward search example for less command
2016-03-04 23:01:22 +02:00
Leandro Ostera b7407e2e08 Merge pull request #815 from Cvetomird91/readlink
added readlink
2016-03-04 14:30:07 +01:00
Cvetomir Denchev ed4a8ef02f added readlink 2016-03-04 13:35:00 +02:00
Kostyantyn Moroz dc9773114c Added backward search example for less command 2016-03-04 10:33:57 +00:00
Cvetomir Denchev f667f90bec added gcc option 2016-03-02 15:57:42 +02:00
Igor Shubovych 6e94611f88 Merge pull request #793 from oxguy3/patch-7
tput: add page
2016-03-01 21:59:54 +02:00
Waldir Pimenta 4e4d430223 Merge pull request #807 from tldr-pages/replace-on-matched-line
Sed: adds replace before matching sample
2016-03-01 13:39:03 +00:00
Leandro Ostera e22f8087e1 Updates description 2016-03-01 12:54:15 +01:00
Igor Shubovych 30433c622b http: add the missing example to HTTPie (see discussion in #808) 2016-02-29 11:47:42 +02:00
Igor Shubovych e60647db93 Merge branch 'http' of git://github.com/jkbrzt/tldr into jkbrzt-http 2016-02-29 11:41:07 +02:00
Jakub Roztočil 9179bb7131 Commands-- 2016-02-29 14:26:07 +08:00
Gilles Castel bee820c22d node: fix typo 2016-02-28 21:09:02 +01:00
Jakub Roztočil 927e44ca26 Reduced the number of examples 2016-02-29 01:22:04 +08:00
Jakub Roztocil 1d062a94f0 http: add 2016-02-28 18:17:45 +08:00
Leandro Ostera 7328774d81 Sed: adds replace before matching sample
Something I find myself doing more and more is to match on a line instead of trying to match all I want with `{{find}}`.

So in a file like:

```erl
{ riak_core, [ {
    {riak_ip, "127.0.0.1"},
    %% ...
}, 
   %% ...
]
```

Instead of replacing that ip by doing `sed 's/riak_ip,"127\.0\.0\.1/riak_ip,"$NEW_IP/'`, I do `sed '/riak_ip/s/127\.0\.0\.1/$NEW_IP'`.
2016-02-27 14:23:24 +01:00
Igor Shubovych 3fed396b5c apm: create page, atom: decouple 2016-02-25 22:11:24 +02:00
Igor Shubovych 185ac24bbd Merge branch 'patch-2' of git://github.com/bharadwaj-raju/tldr into bharadwaj-raju-patch-2 2016-02-25 22:05:07 +02:00
Igor Shubovych 843ca49ad3 Merge pull request #802 from oxguy3/slackcat
slackcat: add page
2016-02-25 21:40:47 +02:00
Cornelius Mika e019c18cdd Fix argument quoting 2016-02-24 10:27:51 +01:00
Leandro Ostera 4a49782f31 Merge pull request #790 from oxguy3/patch-4
c99: add page
2016-02-23 11:59:57 +01:00
Leandro Ostera 848cea183e Merge pull request #796 from oxguy3/patch-10
cmp: add page
2016-02-23 11:59:09 +01:00
Leandro Ostera a78a33824a Merge pull request #795 from oxguy3/patch-9
tty: add page
2016-02-23 11:59:04 +01:00
Leandro Ostera 5c56f6ee11 Merge pull request #794 from oxguy3/patch-8
Add sh
2016-02-23 11:58:59 +01:00
Leandro Ostera 575bb74103 Merge pull request #797 from oxguy3/patch-3
basename: add page
2016-02-23 11:58:53 +01:00
Leandro Ostera 977e586870 Merge pull request #801 from oxguy3/xcv
xcv: add page
2016-02-23 11:58:42 +01:00
Hayden Schiff 741014ffcd slackcat: add page 2016-02-23 00:27:01 -05:00
Hayden Schiff 7885d2d8ab xcv: add page 2016-02-23 00:20:11 -05:00
Hayden Schiff bd1cc19fbb hn: add page 2016-02-23 00:13:25 -05:00
Igor Shubovych e46376a0ca Merge pull request #798 from oxguy3/patch-5
pwd: fixed minor typo
2016-02-23 03:59:59 +02:00
Igor Shubovych ab54477533 Linting 2016-02-23 03:54:19 +02:00
Igor Shubovych 81bda40ce3 Merge pull request #783 from oxguy3/patch-2
Add chgrp (and tweak chown to match)
2016-02-23 03:52:10 +02:00
Hayden Schiff c570460c9c pwd: fixed typo 2016-02-22 20:51:07 -05:00
Hayden Schiff 98bc7a3a66 basename: syntax fix 2016-02-22 20:47:02 -05:00
Hayden Schiff 9ba4a72b27 basename: add page 2016-02-22 20:43:09 -05:00
Hayden Schiff eb5d016e4a cmp: add page 2016-02-22 20:29:35 -05:00
Igor Shubovych c0d0e38c6e Merge pull request #791 from oxguy3/patch-5
fg: add page
2016-02-23 03:27:21 +02:00
Igor Shubovych b32f8b75f4 Merge pull request #792 from oxguy3/patch-6
jobs: add page
2016-02-23 03:25:55 +02:00
Igor Shubovych f3c9c893d5 Merge pull request #789 from oxguy3/patch-3
mkfifo: add page
2016-02-23 03:25:33 +02:00
Hayden Schiff e70f254f36 tty: add page 2016-02-22 20:18:33 -05:00
Hayden Schiff 8aaaec66c1 bash: parity with `sh` 2016-02-22 20:14:41 -05:00