From 249ef4c0280a8c6ae54bf7480b1755a835d2274e Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 26 Jan 2022 06:45:51 +0100 Subject: [PATCH] (2016) Substrings in Bash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d829ef3..f1f9099 100644 --- a/README.md +++ b/README.md @@ -4422,6 +4422,7 @@ type `curl ident.me` to know your public ip * [Tim Visee](https://timvisee.com/blog/elegant-bash-conditionals/) - (2021) Elegant bash conditionals * [Valentin Bajrami](https://www.redhat.com/sysadmin/stupid-bash-tricks) - (2020) Stupid Bash tricks: History, reusing arguments, files and directories, functions, and more | Here are five great tips and tricks for the Bash shell that you can use at your Linux terminal today. * [import.sh](https://import.sh/) - import is a simple and fast module system for Bash and other Unix shells. Inspired by Go's import command, you specify the URL of the shell script, and the import function downloads the file and caches it locally, forever. +* [Scott Robinson](https://stackabuse.com/substrings-in-bash/) - (2016) Substrings in Bash ## Shell Aliases See also [Dotfiles / Aliases](sections/programming.md#dotfiles--aliases)