You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Linux_curated_resources.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
80
80
*[General purpose command-line tools](http://www.compciv.org/unix-tools/) — examples for most common usecases
81
81
*[Bash reference cheatsheet](https://devmanual.gentoo.org/tools-reference/bash/index.html) — nicely formatted and explained well
82
82
*[Bash scripting cheatsheet](https://devhints.io/bash) — quick reference to getting started with Bash scripting
83
+
*[GNU BRE/ERE cheatsheet](https://learnbyexample.github.io/gnu-bre-ere-cheatsheet/) — also highlights subtle differences between grep, sed and awk regex flavors
83
84
84
85
## Text processing
85
86
@@ -89,10 +90,9 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
89
90
*[CLI text processing with GNU awk](https://github.com/learnbyexample/learn_gnuawk)
*[Command line text processing with GNU Coreutils](https://github.com/learnbyexample/cli_text_processing_coreutils) — `head`, `tail`, `tr`, `sort`, `pr`, `paste`, `join`, etc
93
+
*[CLI text processing with GNU Coreutils](https://github.com/learnbyexample/cli_text_processing_coreutils) — `head`, `tail`, `tr`, `sort`, `pr`, `paste`, `join`, etc
93
94
*[Command line text processing with Rust tools](https://github.com/learnbyexample/cli_text_processing_rust) — `ripgrep`, `frawk`, `hck`, `huniq`, `zet`, etc
94
95
*[Computing from the Command Line](https://github.com/learnbyexample/cli-computing) — includes several text processing tools
95
-
*[unix.stackexchange: learning resources for grep, sed and awk](https://unix.stackexchange.com/q/2434/109046)
96
96
*[Data Science at the Command Line](https://jeroenjanssens.com/dsatcl/) — Obtain, Scrub, Explore, and Model Data with Unix Power Tools
97
97
*[Data ops on the Linux command line](https://www.datafix.com.au/BASHing/) — analysing, archiving, auditing, cleaning, de-duplicating, etc
0 commit comments