Joshua Levy
d6928402d9
Apropos.
...
Fixes #65 .
Fixes #73 .
10 years ago
Joshua Levy
68cbe90ff1
Note about history and history abbreviations.
...
Fixes #30 .
Fixes #39 .
10 years ago
Joshua Levy
92748231fe
Better sequencing.
10 years ago
Joshua Levy
21929d2748
Merge pull request #44 from csvoss/master
...
Add tree
10 years ago
Joshua Levy
23c653b99f
General mention of man and help.
10 years ago
Joshua Levy
a942600685
Merge pull request #76 from kesu/python3-http-example
...
Added Python 3 version of simple web server
10 years ago
Joshua Levy
b4b45fcd3d
Remove screen from obscure section.
...
As #72 mentions, neither are really obscure, and are covered earlier in the doc anyway.
Fixes #72 .
10 years ago
Joshua Levy
345a791b0d
Include fdisk and mkfs.
...
As suggested in #10 .
10 years ago
Joshua Levy
1abac1882f
List netstat and ss.
...
Update #10 to list both.
10 years ago
Joshua Levy
b22b75db74
Merge pull request #10 from cmr/patch-2
...
netstat is long deprecated on linux. Use ss instead.
10 years ago
Joshua Levy
9f69f5abf0
Merge pull request #9 from michaelbarlow7/master
...
Added a suggestion to add "set -o vi" to ~/.bash_rc to enable vim-keybindings in bash
10 years ago
vitzli
54d5c02603
Add units program
10 years ago
kesu
288eaa8b1b
Added Python 3 version of simple web server
10 years ago
Joshua Levy
8e14e43ef2
Missed in last commit.
10 years ago
Joshua Levy
30946a293b
New meta section and explainshell link.
...
Fixes #54 .
10 years ago
Joshua Levy
fd55b34e31
Update README.md
10 years ago
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
Chelsea Voss
732f8956c5
Add tree
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
Eduardo Rolim
f16b0bfd94
Add new commands.
...
Add wc simple description of main selectors and a usage;
Add tee description;
Add socat command;
Add slurm command;
Add rsync command;
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