Have you ever tried to get the directory of your Bash script programmatically? It’s a common thing people ask and[…]
Read more
Learn 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.
This blog is here to teach programming in a practical and effective way that will give you the confidence to make even a bigger difference in your current job, to look for your dream job or to build your own dream project.
Have you ever tried to get the directory of your Bash script programmatically? It’s a common thing people ask and[…]
Read moreKnowing how to rename a file in Linux is something you should know as a Linux user. When do you[…]
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 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 Linux tar command in simple terms. And I totally[…]
Read moreHow can you delete a directory in Linux using the terminal? Which command do you use? The rmdir and rm[…]
Read more