Joshua Levy
a44c628ad2
Add note about sort -u.
...
Addresses #27 and #63 while preserving clarity.
10 years ago
Joshua Levy
f65245236f
Use && within example.
...
Fixes #57
10 years ago
Joshua Levy
b4900c408e
Brevity on #51
10 years ago
Joshua Levy
5e493924cc
Merge pull request #51 from adamm/master
...
Add 'grep . *' oneliner trick for high-level scan of a directory
10 years ago
Joshua Levy
06773e4bf8
Fix to tab note #59 .
10 years ago
Joshua Levy
adeff6dafc
Clarify philosophy. Mention tab.
...
Fixes #59 .
10 years ago
Joshua Levy
4bafc6d011
Brevity for #58
10 years ago
Joshua Levy
d31bd08add
Merge pull request #58 from ColasBroux/master
...
Added "ctrl-l" command that I use everyday
10 years ago
Colas
6273401328
Added "ctrl-l" command that I use everyday
10 years ago
Joshua Levy
92ef5bd205
Minor fixes for brevity and organization.
10 years ago
Joshua Levy
2a18e53e6f
Merge pull request #50 from hastinbe/add-zcommands
...
Add zcat, zmore, zless, zgrep
10 years ago
Joshua Levy
394beb544f
Merge pull request #47 from delucks/master
...
Added ssh options to multiplex channels to the same server
10 years ago
delucks
4519925396
Merged two ssh configuration suggestion blocks
10 years ago
Beau Hastings
fa3e734a2f
Add zcat, zmore, zless, zgrep
...
Signed-off-by: Beau Hastings <beausy@gmail.com>
10 years ago
Joshua Levy
dde8a54db8
man unicode and man latin1.
...
Fixes #37 .
10 years ago
Joshua Levy
5055c505b0
Another fix to #42
10 years ago
Joshua Levy
20ed8eee90
Merge pull request #42 from jsight/patch-1
...
Yum is being deprecated in favor of DNF, add a mention of dnf
10 years ago
Adam McDaniel
d54f4f0fa4
Add 'grep . *' oneliner trick for high-level scan of a directory
10 years ago
delucks
d9f6bbdadc
Added ssh options to multiplex channels to the same server
10 years ago
Joshua Levy
cea628de68
Merge pull request #43 from analogue/ngrep
...
Add ngrep
10 years ago
Joshua Levy
c24faf0205
Update forward and back word bindings.
...
Fixes #24
Fixes #45
10 years ago
Semir Patel
ffaeabdaca
Add ngrep
10 years ago
Jesse Sightler
1492768919
Yum is being deprecated in favor of DNF, add a mention of dnf
...
Fedora 22 directs users to use DNF by default now.
http://dnf.baseurl.org/2015/05/11/yum-is-dead-long-live-dnf/
10 years ago
Joshua Levy
ad0c149319
Merge pull request #41 from kargakis/markdown-fix
...
Markdown enhancement
10 years ago
Joshua Levy
e73181410d
Merge pull request #31 from RasmusWL/master
...
python -m SimpleHTTPServer
10 years ago
Joshua Levy
4f75cfc6c8
Merge pull request #29 from StreakyCobra/feature/corrections
...
Add missing quotes around program names
10 years ago
Joshua Levy
703d1e4a59
Merge pull request #38 from chriskuehl/master
...
README: mention little-known `less +F`
10 years ago
kargakis
a147da5557
Markdown enhancement
10 years ago
Joshua Levy
8b8bb600d1
Merge pull request #34 from jalanb/patch-2
...
Use 80 as width, not filename
10 years ago
Joshua Levy
6fd77f8134
Merge pull request #33 from jalanb/patch-1
...
Fix typo
10 years ago
Chris Kuehl
05ad55b568
README: mention little-known `less +F` feature
10 years ago
Alan Brogan
199affaeaf
Use 80 as width, not filename
...
In trying the `taocl` function I get the error
```shell
$ taocl
fmt: cannot open ‘80’ for reading: No such file or directory
```
Looks like the final phrase should use the `80` as an option, ... `| fmt -80` (or `| fmt --width=80`)
10 years ago
Alan Brogan
8615b3ab5e
Fix typo
10 years ago
Rasmus Wriedt Larsen
e95d981be0
python -m SimpleHTTPServer
10 years ago
Fabien Dubosson
bda05ee47e
Add missing quotes around program names
10 years ago
Joshua Levy
5686447a22
Add an item on globs. More tweaks.
...
Further adjusted re #12 .
10 years ago
Joshua Levy
09f00a1132
Add csvkit.
10 years ago
Joshua Levy
17eb2078b2
Minor tweaks.
10 years ago
Joshua Levy
9b91175604
Notes on pipes. Adjust editor language slightly.
...
Fixes #23 .
10 years ago
Joshua Levy
40f97837cc
Merge pull request #20 from kalgynirae/find
...
Quote patterns for `find` commands instead of backslash-escaping
10 years ago
Joshua Levy
cffa493980
Tweak ordering.
10 years ago
Joshua Levy
bb6b9a2589
Merge pull request #21 from Deborah-Digges/patch-1
...
Add entry for toe
10 years ago
Joshua Levy
bd4135236a
Clarify comments about locale.
...
Fixes #22 .
10 years ago
Deborah Digges
65fb5a61a0
Add entry for toe
10 years ago
Colin Chan
31b01f1ba4
Improve `find` commands
...
It's more straightforward to use quotes around the pattern arguments
rather than escaping the asterisks with backslashes.
Also, find (the GNU version, at least) requires the path to come before
the expression.
10 years ago
Joshua Levy
7237274c0e
Merge pull request #13 from EaterOA/master
...
Add gpg to Useful list
10 years ago
Joshua Levy
16369d2c41
Adjust "archaic" langauge
...
In deference to those who are sensitive about stuff like this. ;)
Fixes #12
10 years ago
Joshua Levy
6b3a67a32b
Be clearer about security-sensitive ssh settings.
...
Fixes #8
Fixes #11
Fixes #16
10 years ago
Joshua Levy
bc7a032d5a
Merge pull request #18 from simar7/master
...
Adding glances
10 years ago
Simarpreet Singh
e73f60f416
Adding glances
10 years ago