@@ -14,15 +14,15 @@ Learn about various commands available for common and exotic text processing nee
14
14
15
15
Individual online ebooks with better formatting, explanations, exercises, solutions, etc:
16
16
17
- * [ GNU grep and ripgrep] ( https://learnbyexample.github.io/learn_gnugrep_ripgrep/ )
18
- * [ GNU sed] ( https://learnbyexample.github.io/learn_gnused/ )
19
- * [ GNU awk] ( https://learnbyexample.github.io/learn_gnuawk/ )
20
- * [ Ruby one-liners cookbook ] ( https://learnbyexample.github.io/learn_ruby_oneliners/ )
21
- * [ Perl one-liners cookbook ] ( https://learnbyexample.github.io/learn_perl_oneliners/ )
22
- * [ Command line text processing with GNU Coreutils] ( https://learnbyexample.github.io/cli_text_processing_coreutils/ )
23
- * [ Computing from the Command Line] ( https://learnbyexample.github.io/cli-computing/ )
17
+ * [ CLI text processing with GNU grep and ripgrep] ( https://learnbyexample.github.io/learn_gnugrep_ripgrep/ )
18
+ * [ CLI text processing with GNU sed] ( https://learnbyexample.github.io/learn_gnused/ )
19
+ * [ CLI text processing with GNU awk] ( https://learnbyexample.github.io/learn_gnuawk/ )
20
+ * [ Ruby One-Liners Guide ] ( https://learnbyexample.github.io/learn_ruby_oneliners/ )
21
+ * [ Perl One-Liners Guide ] ( https://learnbyexample.github.io/learn_perl_oneliners/ )
22
+ * [ CLI text processing with GNU Coreutils] ( https://learnbyexample.github.io/cli_text_processing_coreutils/ )
23
+ * [ Linux Command Line Computing ] ( https://learnbyexample.github.io/cli-computing/ )
24
24
25
- See https://learnbyexample.github.io/books/ for links to pdf/epub versions and other ebooks.
25
+ See https://learnbyexample.github.io/books/ for links to PDF/EPUB versions and other ebooks.
26
26
27
27
<br >
28
28
@@ -58,12 +58,16 @@ Recorded couple of videos based on content in the chapters, not sure if I'll do
58
58
* [ Using the sort command] ( https://www.youtube.com/watch?v=qLfAwwb5vGs )
59
59
* [ Using uniq and comm] ( https://www.youtube.com/watch?v=uAb2kxA2TyQ )
60
60
61
+ See also my short videos on [ Linux command line tips] ( https://www.youtube.com/watch?v=p0KCLusMd5Q&list=PLTv2U3HnAL4PNTmRqZBSUgKaiHbRL2zeY )
62
+
61
63
<br >
62
64
63
65
## Exercises
64
66
65
67
Check out [ exercises] ( ./exercises ) directory to solve practice questions on ` grep ` , right from the command line itself.
66
68
69
+ See also my [ TUI-apps] ( https://github.com/learnbyexample/TUI-apps ) repo for interactive CLI text processing exercises.
70
+
67
71
<br >
68
72
69
73
## Contributing
0 commit comments