Commit Graph

515 Commits

Author SHA1 Message Date
Bonnie I-Man Ng 212326d7a3
Add example for sed
Add a line after the line that matches the pattern (e.g. add a new line with "world" after the line with "hello")
2023-08-11 00:25:22 +08:00
Bonnie I-Man Ng 6576e5a685 remove pgrep, fixing #40 2023-03-16 09:43:50 +00:00
Bonnie I-Man Ng a85131614c modify description for `$_` 2023-03-16 07:05:25 +00:00
Bonnie I-Man Ng 520f053c08
Merge pull request #38 from sarlej/add-$_
Add '$_'
2023-03-16 15:02:21 +08:00
Bonnie I-Man Ng 3e6bbf7c20 fix issue #36 2023-03-15 10:02:31 +00:00
Bonnie I-Man Ng 29902039d8 remove duplicated command 2023-03-15 09:38:46 +00:00
Bonnie I-Man Ng b6ff5a9fcc edit command order 2023-03-15 08:19:29 +00:00
Bonnie I-Man Ng 1c5bd35608 update vi-mode #39 2023-03-15 08:18:16 +00:00
Bonnie I-Man Ng 6054869173
Merge pull request #39 from mtatton/master
[ vi ] readline vi mode
2023-03-15 16:15:29 +08:00
Bonnie I-Man Ng a67ee7e167 update ctrl key order 2023-03-15 07:44:51 +00:00
Bonnie I-Man Ng 58b858888a modify description for #41 2023-03-15 07:41:55 +00:00
Bonnie I-Man Ng 9ae2d9403b
Merge pull request #41 from 5c077m4n/add-ctrl-z-term-cmd
Add `Ctrl + z` command description
2023-03-15 15:40:24 +08:00
Bonnie I-Man Ng 55fc47b685 modify output example for #43 2023-03-15 07:37:37 +00:00
Bonnie I-Man Ng ca89df83dc
Merge pull request #43 from chapmanjacobd/patch-1
include full output
2023-03-15 15:34:45 +08:00
Bonnie I-Man Ng 1b42d476e4 add example for mktemp 2023-03-15 07:29:08 +00:00
Bonnie I-Man Ng 5d5b83b7b8
Merge pull request #44 from chapmanjacobd/patch-2
add mktemp
2023-03-15 15:17:21 +08:00
Bonnie I-Man Ng 671c0eb16f update comment 2023-03-11 17:16:29 +00:00
Bonnie I-Man Ng 51d112b5ce
Merge pull request #45 from chapmanjacobd/patch-3
Use ctrl+d instead of ctrl+c
2023-03-12 01:14:06 +08:00
Bonnie I-Man Ng 40c3b7d7b8 update title for bash strict mode, add command to turn it off 2023-03-11 17:08:42 +00:00
Bonnie I-Man Ng 6ecdb7b85e
Merge pull request #46 from chapmanjacobd/patch-4
add more info about BASH options
2023-03-12 00:58:05 +08:00
Bonnie I-Man Ng 23a1efa249 add examples for 'current time point for N days ago or after N days' 2023-03-11 16:21:26 +00:00
Bonnie I-Man Ng a606d6be45
Merge pull request #48 from PoplarYang/master
fix typo '//dev/shm/200m' and  add 'current time point for N days ago or after N days'
2023-03-12 00:07:23 +08:00
Bonnie I-Man Ng 16197f576e
Merge pull request #29 from siansiansu/formatExampleCode
format bash commands
2023-03-11 16:40:42 +08:00
Roee Shapira 5f0c40efc5
Add `Ctrl + z` command desc
Signed-off-by: Roee Shapira <roee.shapira@tensorleap.ai>
Signed-off-by: Roee Shapira <ro33.sha@gmail.com>
2022-05-24 01:17:25 +03:00
PoplarYang 232900349a
fix typo
Co-authored-by: kang <1115610574@qq.com>
2022-05-17 18:07:22 +08:00
PoplarYang 3cf8bdfe46 add 'current time point for N days ago or after' 2022-05-16 00:33:16 +08:00
PoplarYang 794d4ba7b3 fix typo "//dev/shm" 2022-05-16 00:13:47 +08:00
Jacob Chapman 3276c74d49
add more info about BASH options 2022-05-14 16:08:29 -05:00
Jacob Chapman f459755ade
Use ctrl+d instead of ctrl+c 2022-05-14 13:10:26 -05:00
Jacob Chapman 57085df9be
add mktemp 2022-05-14 12:54:23 -05:00
Jacob Chapman 7d1c903031
include full output 2022-05-14 12:18:16 -05:00
alexsu 7d33353ca8 make some parts of example code more consistent
Signed-off-by: alexsu <alexsu@17.media>
2022-05-10 12:21:11 +08:00
Unknown a59f19e9cf [ vi ] readline vi mode
Signed-off-by: Unknown <dev@null>
2022-05-09 20:14:34 +02:00
Unknown c3a29f735a vi edit mode
Signed-off-by: Unknown <dev@null>
2022-05-09 20:14:34 +02:00
sarlej ebfb8f1be1
Create README.md
Add '$_'  it contains last of parameterers of recent command.
2022-05-09 13:32:42 +02:00
bonnie a59c8598b0 edfixed grep command "Regex with or without a certain character" 2022-05-09 00:18:05 +08:00
bonnie c70067d38f edRemove ‘ ’ style quotes from README.ME 2022-05-09 00:15:04 +08:00
bonnie bca6221ed3 edadd comm in "data wrangling" 2022-05-09 00:01:41 +08:00
bonnie 0103101550 edit "Run last command" 2022-05-08 23:35:19 +08:00
bonnie bab726081b fixed example for Variable command 2022-05-08 23:33:28 +08:00
bonnie 7d40456576 fixed content order 2022-05-08 23:07:47 +08:00
Bonnie I-Man Ng ab2ecc058d
fixing example output for look command 2022-05-08 01:38:02 +08:00
Bonnie I-Man Ng 9dbc77ba6e
Merge pull request #28 from NateEag/patch-1
Fix typo in README.md (singer -> single)
2022-05-08 01:32:45 +08:00
Bonnie I-Man Ng 8b2e16f0c1
Merge pull request #33 from JacksonBailey/patch-1
Variable substitution changes
2022-05-08 01:30:26 +08:00
Bonnie I-Man Ng 18134f72c9
Merge pull request #30 from ember91/master
Fix spelling errors
2022-05-08 01:20:06 +08:00
Bonnie I-Man Ng b1137da792
Merge pull request #24 from linus/patch-2
Use correct quoting
2022-05-08 01:04:52 +08:00
Bonnie I-Man Ng b912cc99bf
Merge pull request #23 from linus/patch-1
Use equivalent regex with PCRE
2022-05-08 01:02:27 +08:00
Bonnie I-Man Ng b07665cb43
Merge pull request #22 from herrcykel/patch-1
Simplify glob expression
2022-05-08 00:58:25 +08:00
Bonnie I-Man Ng 7010074d16
Merge pull request #35 from chapeupreto/fixes
fix typo and markdown formatting issues
2022-05-08 00:54:56 +08:00
Rod Elias 12023778bd fix typo and markdown formatting
Signed-off-by: Rod Elias <rodiney@gmail.com>
2022-05-06 10:50:27 -03:00