Skip to content

Commit daad685

Browse files
updated book details and added more resources
1 parent 0971354 commit daad685

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

Linux_curated_resources.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,14 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
8383
## Text processing
8484

8585
* My ebooks:
86-
* [GNU grep and ripgrep](https://github.com/learnbyexample/learn_gnugrep_ripgrep)
87-
* [GNU sed one-liners](https://github.com/learnbyexample/learn_gnused)
88-
* [GNU awk one-liners](https://github.com/learnbyexample/learn_gnuawk)
89-
* [Perl one-liners](https://github.com/learnbyexample/learn_perl_oneliners)
90-
* [Ruby one-liners](https://github.com/learnbyexample/learn_ruby_oneliners)
86+
* [CLI text processing with GNU grep and ripgrep](https://github.com/learnbyexample/learn_gnugrep_ripgrep)
87+
* [CLI text processing with GNU sed](https://github.com/learnbyexample/learn_gnused)
88+
* [CLI text processing with GNU awk](https://github.com/learnbyexample/learn_gnuawk)
89+
* [Perl One-Liners Guide](https://github.com/learnbyexample/learn_perl_oneliners)
90+
* [Ruby One-Liners Guide](https://github.com/learnbyexample/learn_ruby_oneliners)
9191
* [Command line text processing with GNU Coreutils](https://github.com/learnbyexample/cli_text_processing_coreutils)`head`, `tail`, `tr`, `sort`, `pr`, `paste`, `join`, etc
9292
* [Command line text processing with Rust tools](https://github.com/learnbyexample/cli_text_processing_rust)`ripgrep`, `frawk`, `hck`, `huniq`, `zet`, etc
93+
* [Computing from the Command Line](https://github.com/learnbyexample/cli-computing) — includes several text processing tools
9394
* [unix.stackexchange: learning resources for grep, sed and awk](https://unix.stackexchange.com/q/2434/109046)
9495
* [Data Science at the Command Line](https://jeroenjanssens.com/dsatcl/) — Obtain, Scrub, Explore, and Model Data with Unix Power Tools
9596
* [Data ops on the Linux command line](https://www.datafix.com.au/BASHing/) — analysing, archiving, auditing, cleaning, de-duplicating, etc
@@ -101,6 +102,11 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
101102
* [htop explained](https://peteris.rocks/blog/htop/) — explanation of everything you can see in htop/top on Linux
102103
* [cron](https://en.wikipedia.org/wiki/Cron) — job scheduler on Unix-like operating systems
103104
* [SSH commands](https://www.marcobehler.com/guides/ssh-commands) — popular SSH commands, key generation, SSH agents, etc
105+
* [Editing Videos with FFmpeg](https://www.hadet.dev/ffmpeg-cheatsheet/) — clipping, adding fade in/out, scaling, concat, etc
106+
* [ffmpeg.guide](https://ffmpeg.guide/) — GUI tool to create complex FFmpeg filtergraphs quickly and correctly
107+
* [ffmprovisr](https://amiaopensource.github.io/ffmprovisr/) — making FFmpeg easier, this app helps users through the command generation process
108+
* [Mastering curl: interactive text guide](https://antonz.org/mastering-curl/)
109+
* [How To Use Wget to Download Files and Interact with REST APIs](https://www.digitalocean.com/community/tutorials/how-to-use-wget-to-download-files-and-interact-with-rest-apis)
104110

105111
## Further Reading
106112

@@ -128,4 +134,3 @@ Read instructions provided by respective forums before asking a question. Try so
128134
* [/r/linux](https://old.reddit.com/r/linux/) — general linux discussion
129135
* [askubuntu](https://askubuntu.com/questions/tagged/command-line?sort=votes&pageSize=15) — Ubuntu and general Linux topics
130136
* [TuxURLs](https://tuxurls.com/) — Linux news aggregator
131-

0 commit comments

Comments
 (0)