Skip to content

Commit 161b245

Browse files
updated book links and descriptions
1 parent 07e724b commit 161b245

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Scripting Course
22

3-
A reference guide to Linux command line, Vim and Scripting
3+
Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim.
44

5-
### Ebooks
5+
## Ebooks
66

77
Free to read online versions:
88

9-
* [100 Page Python Intro](https://learnbyexample.github.io/100_page_python_intro/)
109
* [Python re(gex)?](https://learnbyexample.github.io/py_regular_expressions/)
1110
* [JavaScript RegExp](https://learnbyexample.github.io/learn_js_regexp/)
1211
* [Ruby Regexp](https://learnbyexample.github.io/Ruby_Regexp/)
@@ -15,9 +14,11 @@ Free to read online versions:
1514
* [GNU awk](https://learnbyexample.github.io/learn_gnuawk/)
1615
* [Ruby one-liners cookbook](https://learnbyexample.github.io/learn_ruby_oneliners/)
1716
* [Perl one-liners cookbook](https://learnbyexample.github.io/learn_perl_oneliners/)
17+
* [100 Page Python Intro](https://learnbyexample.github.io/100_page_python_intro/)
1818
* [Practice Python Projects](https://learnbyexample.github.io/practice_python_projects/)
1919
* [Command line text processing with GNU Coreutils](https://learnbyexample.github.io/cli_text_processing_coreutils/) — work-in-progress
2020
* [Command line text processing with Rust tools](https://learnbyexample.github.io/cli_text_processing_rust/) — work-in-progress
21+
* [Vim reference guide](https://learnbyexample.github.io/vim_reference/) — work-in-progress
2122

2223
:information_source: :moneybag: You can buy PDF/EPUB versions from [Gumroad](https://learnbyexample.gumroad.com/) or [Leanpub](https://leanpub.com/u/learnbyexample)
2324

@@ -27,10 +28,9 @@ Free to read online versions:
2728
* [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
2829
* [Python Basics](https://github.com/learnbyexample/Python_Basics) — older version of *100 Page Python Intro*
2930
* [Ruby Scripting](https://github.com/learnbyexample/Ruby_Scripting) — examples based tutorial for Ruby scripting
30-
* [Vim Reference](https://github.com/learnbyexample/vim_reference) — Vim reference guide for beginner to intermediate users
3131
* [Perl Introduction](https://github.com/learnbyexample/Perl_intro) — Introductory course for Perl 5 through examples, geared towards VLSI engineers
3232

33-
### Blog
33+
## Blog
3434

3535
https://learnbyexample.github.io/
3636

0 commit comments

Comments
 (0)