Example based guide to mastering GNU sed. Contribute to learnbyexample/learn_gnused development by creating an account on GitHub.
Bundle detailsThis bundle contains all my published ebooks on various programming topics:Understanding Python re(gex)?Understanding JavaScript RegExpUnderstanding Ruby RegexpCLI text processing with GNU grep and ripgrepCLI text processing with GNU sedCLI text processing with GNU awkRuby One-Liners GuidePerl One-Liners Guide100 Page Python IntroPractice Python ProjectsCLI text processing with GNU CoreutilsVim Reference GuideLinux Command Line Computing The above links point to GitHub repos for the respective books. These repos have sample chapters, code snippets, exercises and other files related to these books.Understanding Python re(gex)?, JavaScript RegExp and Ruby Regexp books are solely focused on regular expressions.CLI text processing with GNU grep and ripgrep, GNU sed, GNU awk, Ruby One-Liners and Perl One-Liners will help you learn how to use these command line tools from the terminal. The various regex flavors used in grep/sed/awk are discussed in dedicated chapters/sections with plenty of examples. See my blog post for subtle differences between the BRE/ERE implementations in these tools.100 Page Python Intro provides a short, introductory guide for the Python programming language, suited for those already familiar with programming basics.Practice Python Projects helps you take the next step in your programming journey with real world inspired Python projects.CLI text processing with GNU Coreutils teaches you more than twenty specialized text processing tools such as head, tail, tr, sort, join, cut, paste, etc.Vim Reference Guide focuses on the Vim text editor. There's an entire chapter for the Vim regex flavor.Linux Command Line Computing aims to teach Linux command line tools and Shell Scripting for beginner to intermediate level users. The main focus is towards managing your files and performing text processing tasks. Testimonials I love your books on regex...As a student from the Digital VLSI space, it is indeed useful now and definitely in the future.
Example based guide to mastering GNU sed. Contribute to learnbyexample/learn_gnused development by creating an account on GitHub.
Example based guide to mastering GNU grep and ripgrep - learnbyexample/learn_gnugrep_ripgrep
Learn Regular Expressions, Linux Command Line Tools, Vim, Python Projects and more.
:snake: Short, introductory guide for the Python programming language :green_book: :zap: - learnbyexample/100_page_python_intro
Example based guide to mastering GNU awk. Contribute to learnbyexample/learn_gnuawk development by creating an account on GitHub.
Learn Python Regular Expressions step by step from beginner to advanced levels - learnbyexample/py_regular_expressions
Addicted to writing books and teaching. Likes fantasy books, comics and anime - learnbyexample
Examples for highlighting text of interest with various Linux CLI tools.
Examples and brief explanations for cryptic awk one-liners.
Examples for search and replace with GNU sed.
Overview and examples of Python regular expression syntax as implemented by the re built-in module