All Projects β†’ learnbyexample β†’ Command Line Text Processing

learnbyexample / Command Line Text Processing

⚑ From finding text to search and replace, from sorting to beautifying text and more 🎨

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Command Line Text Processing

Learn gnugrep ripgrep
Example based guide to mastering GNU grep and ripgrep
Stars: ✭ 204 (-97.91%)
Mutual labels:  command-line, ebook, regex, grep
Ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Stars: ✭ 28,564 (+192.33%)
Mutual labels:  command-line, regex, grep
Xioc
Extract indicators of compromise from text, including "escaped" ones.
Stars: ✭ 148 (-98.49%)
Mutual labels:  command-line, regex, text-processing
Sd
Intuitive find & replace CLI (sed alternative)
Stars: ✭ 2,755 (-71.8%)
Mutual labels:  command-line, regex, text-processing
Teip
Select partial standard input and replace with the result of another command efficiently
Stars: ✭ 280 (-97.13%)
Mutual labels:  command-line, grep
splinter
Simple pattern-based linter πŸ€
Stars: ✭ 31 (-99.68%)
Mutual labels:  regex, grep
Linux command line
πŸ’» Introduction to Linux commands and Shell scripting
Stars: ✭ 378 (-96.13%)
Mutual labels:  command-line, ebook
Bsed
Simple SQL-like syntax on top of Perl text processing.
Stars: ✭ 414 (-95.76%)
Mutual labels:  text-processing, grep
Ugrep
πŸ”NEW ugrep v3.1: ultra fast grep with interactive query UI and fuzzy search: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4), documents and more. A faster, user-friendly and compatible grep replacement.
Stars: ✭ 626 (-93.59%)
Mutual labels:  regex, grep
Sakura
SAKURA Editor (Japanese text editor for MS Windows)
Stars: ✭ 689 (-92.95%)
Mutual labels:  regex, grep
Chr
πŸ”€ Lightweight R package for manipulating [string] characters
Stars: ✭ 18 (-99.82%)
Mutual labels:  regex, text-processing
learn js regexp
Example based guide to mastering JavaScript regexp
Stars: ✭ 85 (-99.13%)
Mutual labels:  regex, ebook
stringx
Drop-in replacements for base R string functions powered by stringi
Stars: ✭ 14 (-99.86%)
Mutual labels:  regex, text-processing
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+103.16%)
Mutual labels:  command-line, regex
DFIRRegex
A repo to centralize some of the regular expressions I've found useful over the course of my DFIR career.
Stars: ✭ 33 (-99.66%)
Mutual labels:  regex, grep
greptile
Fast grep implementation in python, with recursive search and replace
Stars: ✭ 17 (-99.83%)
Mutual labels:  regex, grep
Py regular expressions
Learn Python Regular Expressions step by step from beginner to advanced levels
Stars: ✭ 770 (-92.12%)
Mutual labels:  ebook, regex
Applied Text Mining In Python
Repo for Applied Text Mining in Python (coursera) by University of Michigan
Stars: ✭ 59 (-99.4%)
Mutual labels:  regex, text-processing
Rare
Fast, realtime regex-extraction, and aggregation into common formats such as histograms, numerical summaries, tables, and more!
Stars: ✭ 76 (-99.22%)
Mutual labels:  regex, grep
r4strings
Handling Strings in R
Stars: ✭ 39 (-99.6%)
Mutual labels:  regex, text-processing

Command Line Text Processing

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.



Ebooks

Individual online ebooks with better formatting, explanations, exercises, solutions, etc:

See https://learnbyexample.github.io/books/ for links to pdf/epub versions and other ebooks.


Chapters

As mentioned earlier, I'm no longer actively working on these chapters:


Webinar recordings

Recorded couple of videos based on content in the chapters, not sure if I'll do more:


Exercises

Check out exercises directory to solve practice questions on grep, right from the command line itself.


Contributing

  • Please open an issue for typos or bugs
    • As this repo is no longer actively worked upon, please do not submit pull requests
  • 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 '[email protected]' | tr 'a-z' 'n-za-m' or send a DM via twitter

Acknowledgements


License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].