Skip to content

πŸ““ Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim.

Notifications You must be signed in to change notification settings

learnbyexample/scripting_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4ce988 Β· Apr 16, 2025
Jun 2, 2023
Feb 22, 2021
Jun 14, 2021
Mar 5, 2022
Mar 3, 2025
Feb 13, 2024
Oct 17, 2020
Apr 16, 2025
Aug 23, 2024
Jan 21, 2017

Repository files navigation

Scripting Course

Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim.

Ebooks

Free to read online versions:

πŸ›ˆ πŸ’° You can buy PDF/EPUB versions from Gumroad or Leanpub

πŸ“’ πŸ“’ Use this coupon link to get All books bundle with 25% discount.

Ebook drafts

  • Command Line Text Processing β€” From finding text to search and replace, from sorting to beautifying text and more
    • grep, sed, awk, perl and ruby got their own books
    • Coreutils like head, paste, sort, etc were collated into a single book
    • remaining commands (find for example) were added to the Linux Command Line Computing ebook
  • Python Basics β€” older version of 100 Page Python Intro
  • Ruby Scripting β€” examples based tutorial for Ruby scripting
  • Perl Introduction β€” Introductory course for Perl 5 through examples, geared towards VLSI engineers
  • Command line text processing with Rust tools β€” modern CLI tools for text processing

Blog

https://learnbyexample.github.io/ β€” my super duper awesome programming blog


Newsletter

learnbyexample weekly β€” programming resources, tools, free ebooks and more. This is a free newsletter, delivered every Friday


Curated resources

Here's my collection of learning resources. Thanks to mdBook, these lists also have an intelligent search feature to find resources based on keywords.


dot files

This repo also includes Bash and Vim customization files (files starting with .) based on my personal preferences.

⚠️ Do NOT copy these files directly to your home directory. You might overwrite useful settings already present. Understand the customizations and apply them manually.


Contributing

  • Please open an issue for typos/bugs/suggestions/etc
    • Even for pull requests, open an issue for discussion before submitting PRs
  • Share the repo with friends/colleagues, on social media, etc to help reach other learners
  • In case you need to reach me, mail me at echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode or ping me on twitter

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License