Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit ce56c85

Browse files
updated book titles, added links for video tips and interactive exercises
1 parent a213ea6 commit ce56c85

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Diff for: README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Learn about various commands available for common and exotic text processing nee
1414

1515
Individual online ebooks with better formatting, explanations, exercises, solutions, etc:
1616

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/)
2424

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.
2626

2727
<br>
2828

@@ -58,12 +58,16 @@ Recorded couple of videos based on content in the chapters, not sure if I'll do
5858
* [Using the sort command](https://www.youtube.com/watch?v=qLfAwwb5vGs)
5959
* [Using uniq and comm](https://www.youtube.com/watch?v=uAb2kxA2TyQ)
6060

61+
See also my short videos on [Linux command line tips](https://www.youtube.com/watch?v=p0KCLusMd5Q&list=PLTv2U3HnAL4PNTmRqZBSUgKaiHbRL2zeY)
62+
6163
<br>
6264

6365
## Exercises
6466

6567
Check out [exercises](./exercises) directory to solve practice questions on `grep`, right from the command line itself.
6668

69+
See also my [TUI-apps](https://github.com/learnbyexample/TUI-apps) repo for interactive CLI text processing exercises.
70+
6771
<br>
6872

6973
## Contributing

0 commit comments

Comments
 (0)