Bash While Loop: An Easy Way to Print Numbers from 1 to N
In this article you will learn how to create a while loop in Bash. While loops are used in Bash[…]
Read moreLearn to Code. Shape Your Future
In this article you will learn how to create a while loop in Bash. While loops are used in Bash[…]
Read moreIn Bash scripts is very common to check if a file or a directory exist. How do you check if[…]
Read moreUsing the cURL command in a Bash script can be useful, but why? We live in the era of APIs…[…]
Read moreYou are running a Bash script, and you see a syntax error: Unexpected end of file. What does it mean?[…]
Read moreHave you ever tried to get the directory of your Bash script programmatically? It’s a common thing people ask and[…]
Read moreWhy would you exit from a Bash script? Let’s say you are writing a script…there’s one thing that is almost[…]
Read moreI want to loop through the lines of a file with a Bash script and one of the ways to[…]
Read moreThe if else statement is the way to make decisions in Bash scripting. In this guide you will learn how[…]
Read moreIn this article, we will create a simple Bash script and show how to pass arguments to it using the[…]
Read more