Skip to content

Commit ffa6e63

Browse files
updated linux cli resources
1 parent d4ce988 commit ffa6e63

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
@@ -77,6 +77,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
7777
## Cheatsheets
7878

7979
* [tldr](https://github.com/tldr-pages/tldr) — collection of community-maintained help pages for command-line tools
80+
* [navi](https://github.com/denisidoro/navi) — interactive cheatsheet tool for the command-line
8081
* [explainshell](https://explainshell.com/) — write down a command-line to see the help text that matches each argument
8182
* [General purpose command-line tools](http://www.compciv.org/unix-tools/) — examples for most common usecases
8283
* [Bash reference cheatsheet](https://devmanual.gentoo.org/tools-reference/bash/index.html) — nicely formatted and explained well
@@ -92,13 +93,13 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
9293
* [Perl One-Liners Guide](https://github.com/learnbyexample/learn_perl_oneliners)
9394
* [Ruby One-Liners Guide](https://github.com/learnbyexample/learn_ruby_oneliners)
9495
* [CLI text processing with GNU Coreutils](https://github.com/learnbyexample/cli_text_processing_coreutils)`head`, `tail`, `tr`, `sort`, `pr`, `paste`, `join`, etc
95-
* [Command line text processing with Rust tools](https://github.com/learnbyexample/cli_text_processing_rust)`ripgrep`, `frawk`, `hck`, `huniq`, `zet`, etc
9696
* [Linux Command Line Computing](https://github.com/learnbyexample/cli-computing) — includes several text processing tools
9797
* [Data Science at the Command Line](https://jeroenjanssens.com/dsatcl/) — Obtain, Scrub, Explore, and Model Data with Unix Power Tools
9898
* [Data ops on the Linux command line](https://www.datafix.com.au/BASHing/) — analysing, archiving, auditing, cleaning, de-duplicating, etc
9999

100100
## Miscellaneous
101101

102+
* [What helps people get comfortable on the command line?](https://jvns.ca/blog/2023/08/08/what-helps-people-get-comfortable-on-the-command-line-/)
102103
* [Unix and Linux Permissions Primer](https://web.archive.org/web/20220930214830/https://danielmiessler.com/study/unixlinux_permissions/)
103104
* [How To Use Rsync to Sync Local and Remote Directories](https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories)
104105
* [htop explained](https://peteris.rocks/blog/htop/) — explanation of everything you can see in htop/top on Linux

0 commit comments

Comments
 (0)