Jonathan Dahan
3902255b9d
ssh-keygen: add output file path option
2016-03-09 17:10:49 -05:00
Leandro Ostera
99db37c893
Merge pull request #818 from slash3b/slash3b
...
iptables: add page
2016-03-07 09:37:42 +01:00
slash3b
0fb8ae2285
iptables: add page
2016-03-07 09:11:38 +02: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
Igor Shubovych
afb66ea0ad
Simplify markdownlint check
2016-03-03 13:10:43 +02:00
Igor Shubovych
2408b58f25
Libraries update
2016-03-03 13:09:07 +02:00
Leandro Ostera
08f4e9194e
Merge pull request #814 from Cvetomird91/gcc
...
added gcc option
2016-03-02 18:33:35 +01:00
Cvetomir Denchev
f667f90bec
added gcc option
2016-03-02 15:57:42 +02:00
Ruben Vereecken
b82f01e18c
Merge pull request #813 from Cvetomird91/apt-cache
...
added more apt-cache options
2016-03-02 12:33:52 +01:00
Cvetomir Denchev
bdcc3b7c7c
added more apt-cache options
2016-03-02 11:51:25 +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
Waldir Pimenta
19ae97ce47
Merge pull request #810 from sethwoodworth/fc-match
...
fc-match: add page
2016-02-29 19:32:09 +00:00
Waldir Pimenta
4aae77b00d
Merge pull request #811 from sethwoodworth/fc-pattern
...
fc-pattern: add page
2016-02-29 19:32:01 +00:00
Seth Woodworth
6d81324d0e
fc-match: add page
2016-02-29 11:24:44 -05:00
Seth Woodworth
9e3efb9c81
fc-pattern: add page
2016-02-29 11:23:20 -05:00
Igor Shubovych
bba46178fa
Merge branch 'jkbrzt-http'
2016-02-29 11:48:02 +02: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
Igor Shubovych
08800835f5
Merge pull request #809 from gillescastel/node-typo
...
Node: fix typo
2016-02-28 23:20:44 +02: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
Leandro Ostera
a74d7f770e
Merge pull request #805 from igorshubovych/look
...
look: add page
2016-02-27 14:03:54 +01:00
Igor Shubovych
b508e766b5
look: add page
2016-02-26 12:26:15 +02:00
Igor Shubovych
1f9abf9889
Merge branch 'bharadwaj-raju-patch-2'
2016-02-25 22:11:44 +02: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
Ruben Vereecken
cd98c05f51
Merge pull request #804 from nonsequitur/master
...
Fix argument quoting
2016-02-24 01:32:37 -08: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
Leandro Ostera
7ae31dad70
Merge pull request #800 from oxguy3/hn-cli
...
hn: add page
2016-02-23 11:58:35 +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