1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-16 10:59:20 +02:00
Commit Graph

63 Commits

Author SHA1 Message Date
Joshua Levy
dde8a54db8 man unicode and man latin1.
Fixes #37.
2015-06-16 16:33:37 -07:00
Joshua Levy
5055c505b0 Another fix to #42 2015-06-16 15:49:49 -07:00
Joshua Levy
20ed8eee90 Merge pull request #42 from jsight/patch-1
Yum is being deprecated in favor of DNF, add a mention of dnf
2015-06-16 15:48:10 -07:00
Joshua Levy
cea628de68 Merge pull request #43 from analogue/ngrep
Add ngrep
2015-06-16 11:33:52 -07:00
Joshua Levy
c24faf0205 Update forward and back word bindings.
Fixes #24
Fixes #45
2015-06-16 11:31:45 -07:00
Semir Patel
ffaeabdaca Add ngrep 2015-06-16 09:36:01 -07:00
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/
2015-06-16 12:03:57 -04:00
Joshua Levy
ad0c149319 Merge pull request #41 from kargakis/markdown-fix
Markdown enhancement
2015-06-16 08:32:31 -07:00
Joshua Levy
e73181410d Merge pull request #31 from RasmusWL/master
python -m SimpleHTTPServer
2015-06-16 08:30:55 -07:00
Joshua Levy
4f75cfc6c8 Merge pull request #29 from StreakyCobra/feature/corrections
Add missing quotes around program names
2015-06-16 08:24:12 -07:00
Joshua Levy
703d1e4a59 Merge pull request #38 from chriskuehl/master
README: mention little-known `less +F`
2015-06-16 08:09:01 -07:00
kargakis
a147da5557 Markdown enhancement 2015-06-16 18:08:21 +03:00
Joshua Levy
8b8bb600d1 Merge pull request #34 from jalanb/patch-2
Use 80 as width, not filename
2015-06-16 08:05:03 -07:00
Chris Kuehl
05ad55b568 README: mention little-known less +F feature 2015-06-16 07:17:23 -07:00
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`)
2015-06-16 13:11:04 +01:00
Alan Brogan
8615b3ab5e Fix typo 2015-06-16 12:50:26 +01:00
Rasmus Wriedt Larsen
e95d981be0 python -m SimpleHTTPServer 2015-06-16 11:09:45 +02:00
Fabien Dubosson
bda05ee47e Add missing quotes around program names 2015-06-16 10:27:46 +02:00
Joshua Levy
5686447a22 Add an item on globs. More tweaks.
Further adjusted re #12.
2015-06-16 00:48:47 -07:00
Joshua Levy
09f00a1132 Add csvkit. 2015-06-16 00:23:16 -07:00
Joshua Levy
17eb2078b2 Minor tweaks. 2015-06-16 00:09:48 -07:00
Joshua Levy
9b91175604 Notes on pipes. Adjust editor language slightly.
Fixes #23.
2015-06-15 23:46:46 -07:00
Joshua Levy
40f97837cc Merge pull request #20 from kalgynirae/find
Quote patterns for `find` commands instead of backslash-escaping
2015-06-15 23:05:29 -07:00
Joshua Levy
cffa493980 Tweak ordering. 2015-06-15 22:36:06 -07:00
Joshua Levy
bb6b9a2589 Merge pull request #21 from Deborah-Digges/patch-1
Add entry for toe
2015-06-15 22:35:12 -07:00
Joshua Levy
bd4135236a Clarify comments about locale.
Fixes #22.
2015-06-15 22:06:26 -07:00
Deborah Digges
65fb5a61a0 Add entry for toe 2015-06-16 09:34:21 +05:30
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.
2015-06-15 20:09:18 -07:00
Joshua Levy
7237274c0e Merge pull request #13 from EaterOA/master
Add gpg to Useful list
2015-06-15 19:36:16 -07:00
Joshua Levy
16369d2c41 Adjust "archaic" langauge
In deference to those who are sensitive about stuff like this. ;)
Fixes #12
2015-06-15 19:35:27 -07:00
Joshua Levy
6b3a67a32b Be clearer about security-sensitive ssh settings.
Fixes #8
Fixes #11
Fixes #16
2015-06-15 19:32:03 -07:00
Simarpreet Singh
e73f60f416 Adding glances 2015-06-15 22:04:54 -04:00
Vincent Wong
1f51632be0 Added gpg to Useful list
I believe gpg deserves a mention because it provides very convenient and
powerful options for encrypting files, or any data in general. Even
without a key, using gpg with just --symmetric can be great for secure
transport or storage.
2015-06-15 18:07:17 -07:00
Harry Moreno
8007a77178 propose grep -i
I propose grep -i flag is pretty useful and important enough to mention.
2015-06-15 16:34:54 -07:00
Joshua Levy
6a5892793f Merge pull request #3 from daveloyall/patch-1
Fix typos: q-Z --> ctrl-z, Ctrl-c --> ctrl-c
2015-06-15 15:48:30 -07:00
Alex Cabrera
d398fe3a1c typo, ab - benchmarking 2015-06-15 18:20:25 -04:00
Dave Loyall
5ec3232966 Change all the Ctrl-A keystrokes into ctrl-a, etc. 2015-06-15 16:42:29 -05:00
Dave Loyall
7f8ec1c0f1 Fix typos: q-Z --> ctrl-z, Ctrl-c --> ctrl-c 2015-06-15 16:34:04 -05:00
Joshua Levy
85b2c20357 Fix to random tip function. 2015-06-14 13:37:32 -07:00
Joshua Levy
b6bd53fece Clean up long examples. 2015-06-08 09:39:47 -07:00
Joshua Levy
ce9cf3140c Add tmux.
Fixes #2.

Also tweak image.
2015-06-07 19:04:10 -07:00
Joshua Levy
586727387e Add pandoc. 2015-06-02 11:30:05 -07:00
Joshua Levy
1742919fc3 Picture. Another one-liner. 2015-06-02 11:18:42 -07:00
Joshua Levy
18099c009e Add percol and fpp. 2015-06-02 09:24:06 -07:00
Joshua Levy
7df788cbb9 More minor updates. 2015-05-31 19:42:13 -07:00
Joshua Levy
747052e24e Add aws and note on pip. 2015-05-31 17:06:38 -07:00
Joshua Levy
25d95835ee Add ag and locate. 2015-05-31 14:46:32 -07:00
Joshua Levy
3a11ae7f33 Typo. 2015-05-31 14:30:27 -07:00
Joshua Levy
86d0760aa4 Markdown fix. 2015-05-25 17:22:49 -07:00
Joshua Levy
61362aaf6f Formatting and a few minor improvements. 2015-05-25 15:25:21 -07:00