Skip to content

Commit b17d680

Browse files
updated linux resources
1 parent aed237f commit b17d680

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Linux_curated_resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
8080
* [General purpose command-line tools](http://www.compciv.org/unix-tools/) — examples for most common usecases
8181
* [Bash reference cheatsheet](https://devmanual.gentoo.org/tools-reference/bash/index.html) — nicely formatted and explained well
8282
* [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
8384

8485
## Text processing
8586

@@ -89,10 +90,9 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
8990
* [CLI text processing with GNU awk](https://github.com/learnbyexample/learn_gnuawk)
9091
* [Perl One-Liners Guide](https://github.com/learnbyexample/learn_perl_oneliners)
9192
* [Ruby One-Liners Guide](https://github.com/learnbyexample/learn_ruby_oneliners)
92-
* [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
9394
* [Command line text processing with Rust tools](https://github.com/learnbyexample/cli_text_processing_rust)`ripgrep`, `frawk`, `hck`, `huniq`, `zet`, etc
9495
* [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)
9696
* [Data Science at the Command Line](https://jeroenjanssens.com/dsatcl/) — Obtain, Scrub, Explore, and Model Data with Unix Power Tools
9797
* [Data ops on the Linux command line](https://www.datafix.com.au/BASHing/) — analysing, archiving, auditing, cleaning, de-duplicating, etc
9898

0 commit comments

Comments
 (0)