Learn about various commands available for common and exotic text processing needs. Examples have been tested on GNU/Linux - there'd be syntax/feature variations with other distributions, consult their respective man
pages for details.
⚠️ ⚠️ I'm no longer actively working on this repo. Instead, I've been converting existing chapters into ebooks (see ebook section below for links), available under the same license. These ebooks are better formatted, updated for newer versions of the software, includes exercises, solutions, etc. Once all the chapters have been converted, I'll be archiving this repo.
Rough drafts
echo '[email protected]' | tr 'a-z' 'n-za-m'
or send a DM via twitter
Recorded couple of videos based on content in the chapters, not sure if I'll do more
Check out exercises directory to solve practice questions, right from the command line itself.
As of now, only grep
exercises has been added.
Includes only completed chapters
legacy.gitbook.com
links are now automatically redirected to gitbook.com
, so there's no longer an option to download ebooks for offline readingIndividual online ebooks with better formatting, explanations, exercises, solutions, etc:
See https://learnbyexample.github.io/books/ for links to pdf/epub versions and other ebooks
poem.txt
used as sample text input fileThis work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License