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
*[Command line text processing with GNU Coreutils](https://github.com/learnbyexample/cli_text_processing_coreutils) — `head`, `tail`, `tr`, `sort`, `pr`, `paste`, `join`, etc
92
92
*[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
93
94
*[unix.stackexchange: learning resources for grep, sed and awk](https://unix.stackexchange.com/q/2434/109046)
94
95
*[Data Science at the Command Line](https://jeroenjanssens.com/dsatcl/) — Obtain, Scrub, Explore, and Model Data with Unix Power Tools
95
96
*[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`)
101
102
*[htop explained](https://peteris.rocks/blog/htop/) — explanation of everything you can see in htop/top on Linux
102
103
*[cron](https://en.wikipedia.org/wiki/Cron) — job scheduler on Unix-like operating systems
*[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)
104
110
105
111
## Further Reading
106
112
@@ -128,4 +134,3 @@ Read instructions provided by respective forums before asking a question. Try so
128
134
*[/r/linux](https://old.reddit.com/r/linux/) — general linux discussion
129
135
*[askubuntu](https://askubuntu.com/questions/tagged/command-line?sort=votes&pageSize=15) — Ubuntu and general Linux topics
130
136
*[TuxURLs](https://tuxurls.com/) — Linux news aggregator
0 commit comments