Skip to content

Commit 29b92b8

Browse files
updated link and added another resource
1 parent 6ed4c0c commit 29b92b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Linux_curated_resources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Guide to choosing your Linux Distribution, list of applications, etc: [awesome-l
9292

9393
* [My example based tutorial for various cli text processing tools](https://github.com/learnbyexample/Command-line-text-processing)
9494
* [All about replacing strings in file(s)](https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files)
95+
* [Data ops on the Linux command line](https://www.datafix.com.au/BASHing/) — analysing, archiving, auditing, cleaning, de-duplicating, etc
9596
* [Text Processing Commands](https://tldp.org/LDP/abs/html/textproc.html)
9697
* [ad-hoc data analysis](https://en.wikibooks.org/wiki/Ad_Hoc_Data_Analysis_From_The_Unix_Command_Line)
9798
* grep
@@ -114,7 +115,7 @@ Guide to choosing your Linux Distribution, list of applications, etc: [awesome-l
114115
* [grymoire](https://www.grymoire.com/Unix/Awk.html) — detailed tutorial, covers information about different `awk` versions as well
115116
* [awk one liners explained](https://catonmat.net/awk-one-liners-explained-part-one)
116117
* [Awk by Example Part 1](https://www.funtoo.org/Awk_by_Example,_Part_1), [Part 2](https://www.funtoo.org/Awk_by_Example,_Part_2), [Part 3](https://www.funtoo.org/Awk_by_Example,_Part_3)
117-
* [My tutorial on perl one-liners](https://github.com/learnbyexample/Command-line-text-processing/blob/master/perl_the_swiss_knife.md)
118+
* [My book on Perl one-liners](https://learnbyexample.github.io/learn_perl_oneliners/)
118119
* [sort](https://www.skorks.com/2010/05/sort-files-like-a-master-with-the-linux-sort-command-bash/)
119120
* find
120121
* [alvinalexander](https://alvinalexander.com/unix/edu/examples/find.shtml)

0 commit comments

Comments
 (0)