#bash
Read more stories on Hashnode
Articles with this tag
Shell scripting in bash isn't walk-in-the-park, even for those experienced in C, Java or Python. It's largely due to the quirks we need to accommodate...
When working with docker containers, we often face use cases where vanilla docker commands won't be sufficient. Below are such instances, where we...
Printing echo "my simple output" echo -e "interpret \b backslash \n escapes echo -n "output without trailing new line" printf "String: %s\nDecimal:...