Exit a Bash Script: Exit 0 and Exit 1 Explained
Why would you exit from a Bash script? Let’s say you are writing a script…there’s one thing that is almost[…]
Read moreLearn to Code. Shape Your Future
CodeFather is the place where people from all over the world learn to code and build knowledge that helps them shape their future.
Why would you exit from a Bash script? Let’s say you are writing a script…there’s one thing that is almost[…]
Read moreKnowing how to count the lines of a file or from the output of a command is a must in[…]
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 moreYou are using your Linux machine, you remember that somewhere you have some files you need…but how can you find[…]
Read moreI have been asked to write an article that explains the tar command in Linux using simple terms. And I[…]
Read moreHow can you delete a directory in Linux using the terminal? Which command do you use? The rmdir and rm[…]
Read moreHere is my story, here is how the CodeFather was born…. It was the beginning of 2010 and I just[…]
Read more