Bash $$ Variable: What Does It Mean? How Can You Use it?
Bash has several internal variables and in this article we will look at the variable $$. What does this variable[…]
Read moreLearn to Code. Shape Your Future
Bash has several internal variables and in this article we will look at the variable $$. What does this variable[…]
Read moreIf you are working with Linux at some point you will likely start writing Bash scripts. The more your code[…]
Read moreThe Bash array data type gives you a lot of flexibility in the creation of your shell scripts. Bash provides[…]
Read moreKnowing how to replace a string in a file helps if you want to create Bash scripts to automate the[…]
Read moreOne of the basic things required in Bash is detecting the number of arguments passed to a script. The reason[…]
Read moreThe first time I saw the error “Bash Unary Operator Expected” in the Linux terminal I thought:”And now? What do[…]
Read moreSometimes while writing a Bash script I have seen the Bad substitution syntax error and looking at forums I realised[…]
Read moreThe export command is a built-in command of the Bash shell that is very handy to know when you work[…]
Read moreHave you ever seen the message “syntax error near unexpected token” while running one of your Bash scripts? In this[…]
Read moreWe usually want a script to run fast, but that’s not always the case. Sometimes it makes sense for our[…]
Read more