Skip to content

Commit 64be81e

Browse files
updated CLI book title
1 parent b17d680 commit 64be81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Free to read online versions:
1818
* [Practice Python Projects](https://learnbyexample.github.io/practice_python_projects/)
1919
* [CLI text processing with GNU Coreutils](https://learnbyexample.github.io/cli_text_processing_coreutils/)
2020
* [Vim reference guide](https://learnbyexample.github.io/vim_reference/)
21-
* [Computing from the Command Line](https://learnbyexample.github.io/cli-computing/)
21+
* [Linux Command Line Computing](https://learnbyexample.github.io/cli-computing/)
2222
* [Command line text processing with Rust tools](https://learnbyexample.github.io/cli_text_processing_rust/) — work-in-progress
2323

2424
🛈 💰 You can buy PDF/EPUB versions from [Gumroad](https://learnbyexample.gumroad.com/) or [Leanpub](https://leanpub.com/u/learnbyexample)
@@ -30,7 +30,7 @@ Free to read online versions:
3030
* [Command Line Text Processing](https://github.com/learnbyexample/Command-line-text-processing) — From finding text to search and replace, from sorting to beautifying text and more
3131
* `grep`, `sed`, `awk`, `perl` and `ruby` got their own books
3232
* Coreutils like `head`, `paste`, `sort`, etc were collated into a single book
33-
* remaining commands (`find` for example) were added to the *Computing from the Command Line* ebook
33+
* remaining commands (`find` for example) were added to the *Linux Command Line Computing* ebook
3434
* [Python Basics](https://github.com/learnbyexample/Python_Basics) — older version of *100 Page Python Intro*
3535
* [Ruby Scripting](https://github.com/learnbyexample/Ruby_Scripting) — examples based tutorial for Ruby scripting
3636
* [Perl Introduction](https://github.com/learnbyexample/Perl_intro) — Introductory course for Perl 5 through examples, geared towards VLSI engineers

0 commit comments

Comments
 (0)