Commit Graph

394 Commits

Author SHA1 Message Date
1777450d82 Another couple uconv examples I find useful.
Always hard to remember and look up, so worth listing here.
2018-02-23 16:28:09 -08:00
405d4fa665 Merge pull request #539 from 0xmohit/brace-expansion
Mention that brace expansion is performed before any other expansion
2018-01-09 19:53:51 -08:00
08824c0e9e Split out bullet. 2018-01-09 19:53:26 -08:00
6fae9cf351 Mention that <(...) refers to process substitution.
This is a replacement for #465.
2018-01-08 09:00:34 +05:30
915a880d9c Mention that brace expansion is performed before any other expansion
Specified the order of expansions with an example.

This is a replacement for #465.
2018-01-08 08:56:49 +05:30
3f6cdcbaa6 WSL now allows running Linux and Windows programs 2018-01-03 23:29:20 +01:00
00082dc6ba Rename WSL
When introduced, Windows Subsystem for Linux was available only with
Ubuntu image. The next updates offerred more Linux distributions,
therefore the naming of this layer is changed to WSL.
2018-01-01 20:59:39 +01:00
72c71cd2b5 Make taocl() more robust
Thanks to #533 @ResponSySS and @pr4j
2017-11-28 14:00:14 -08:00
0c269ad88b Fix wrong ripgrep link 2017-11-21 09:28:43 +02:00
6f6e1a13cf Merge pull request #524 from ChristopherBiscardi/jiq
mention jiq
2017-11-11 15:23:04 -08:00
07979a6b53 Mention both jid qnd jiq. 2017-11-11 15:22:41 -08:00
d3f363c7ea Merge pull request #529 from petk/patch-shuf
Remove duplicate shuf
2017-11-11 15:18:47 -08:00
625ab90623 Remove duplicate shuf 2017-10-14 00:18:32 +02:00
4672f22be9 Fix OS X typo name 2017-10-13 23:46:11 +02:00
299c121091 mention jiq 2017-09-19 15:22:17 -07:00
ddb55b09cc Merge pull request #518 from dspinellis/windows-reorganization-477
Reorganize Windows-only section per #477
2017-08-27 16:01:26 -07:00
837bb80e26 Include ack and rg in addition to ag
Fixes #485
2017-08-27 15:58:06 -07:00
66fcea0e42 Reorganize Windows-only section per #477 2017-06-05 12:25:43 +03:00
599e9d6d72 Merge pull request #494 from mkwardakov/add-wrk
Fix #399: mention wrk
2017-05-20 10:50:58 -07:00
5b675026b7 Merge pull request #488 from mkwardakov/lsof-listen
Fix #457: use lsof to see listening processes
2017-05-20 10:50:37 -07:00
fbd091caf6 Mention lsof works on Mac. 2017-05-20 10:50:22 -07:00
e1075e84d4 Merge pull request #492 from mkwardakov/remove-cats
Fix #320: excessive cat usage
2017-05-20 10:46:06 -07:00
6b914dc64a Merge pull request #487 from mkwardakov/ldd-secure
Fix #428: add ldd security warning
2017-05-20 10:44:12 -07:00
8c1546e53e Tighten language. 2017-05-20 10:43:25 -07:00
c118b6c741 Merge pull request #490 from mkwardakov/file-copy-progress
Fix #95: add info on progress while copying
2017-05-20 10:40:24 -07:00
ee9c5315fe Adjust language for brevity. 2017-05-20 10:39:47 -07:00
58f33bcf3c Merge pull request #491 from mkwardakov/awk-dup
Fix #67: remove awk example duplicate
2017-05-20 10:36:38 -07:00
d8bdf91555 Add section link. 2017-05-20 10:36:17 -07:00
18e158a49c Merge pull request #495 from mkwardakov/mention-file-monitoring-tools
Fix #285: mention file monitoring tools
2017-05-20 10:31:40 -07:00
175b205828 Add link to wrk github repo 2017-03-03 14:34:50 +03:00
615e2d9da2 Fix #399: mention wrk 2017-03-03 14:32:58 +03:00
0f734aeb01 Typo in one link (https://en.wikipedia.org/wiki/Perf_%28Linux%29) 2017-02-26 11:38:22 +01:00
49c5c27f9e Merge pull request #493 from mkwardakov/strace-option
Fix #427: add strace -f option
2017-02-12 21:23:34 -08:00
73d0ccdf3e Merge pull request #489 from mkwardakov/fuser
Mention fuser
2017-02-12 20:59:28 -08:00
363c7d5c7f Added traceroute and route commands 2017-01-26 19:05:36 +02:00
2d9e760e86 Fix #285: mention file monitoring tools 2017-01-23 09:52:42 +03:00
4f388b1947 Fix #427: add strace -f option 2017-01-19 10:52:57 +03:00
68759876a2 Fix #320: excessive cat usage 2017-01-18 14:30:48 +03:00
07cd3f4509 Fix #95: add info on progress while copying 2017-01-18 14:21:00 +03:00
4548acfec4 Fix #67: remove awk example duplicate 2017-01-18 14:03:59 +03:00
23177f05bb Mention fuser 2017-01-18 13:58:19 +03:00
27806b0e02 Fix #457: use lsof to see listening processes 2017-01-18 13:46:09 +03:00
b4e6dcfff4 Fix #428: add ldd security warning 2017-01-18 13:12:21 +03:00
21443dfb44 Merge pull request #479 from 374632897/master
Fixed the description of ctrl + u
2017-01-17 12:31:21 -08:00
4c209c7752 Merge pull request #400 from mkwardakov/large-file
Add commands for creating large dummy files
2017-01-16 15:29:56 -08:00
5d9e183a4a fixed 2016-11-13 09:18:23 +08:00
7ba78d15a4 the shortcut cmd + u or the ctrl + u is used to delete the content of current cursor back to the start of line, not always delete the whole line 2016-11-13 09:15:55 +08:00
24ea56ae71 Merge branch 'master' of https://github.com/23Pstars/the-art-of-command-line into 23Pstars-master 2016-10-30 19:38:09 -07:00
0e27f32b59 Merge pull request #469 from ericguirbal/en
Add missing backticks around a parameter
2016-10-30 19:00:40 -07:00
1e15b035f0 Merge pull request #473 from mihaimaruseac/patch-1
Finish the Romanian translation
2016-10-30 18:49:34 -07:00