After all these years as a Linux hobbyist... my personal finding of the year!   https://www.commandlinefu.com/commands/browse #linuxgeheimtipp #linuxtips #linux #shell #bourne_shell #bourneshell
All commands

A repository for the most elegant and useful UNIX commands. Great commands can be shared, discussed and voted on to provide a comprehensive resource for working from the command-line

I ran today into a script that had a snippet such as:

if [ -z $some_var ]; then
# one thing
else
# another
fi

That's a nice snippet, isn't it? If you didn't get it, see my reply.

#bash #bourne_shell #bugs