# echo -e “e[0;31mText in Red Colore[0m” The Above commands are showing to set foreground ( Text ) color of…
Browsing: bash
Questions – How can I print a newline as \n in bash shell? How to use \n in a shell…
Everyone wants their scripting to be more interactive, especially users. Users want to feel like they’re working with a modern…
With the minimum installation of any Linux operating system, you will not see most of the commands in your system.…
In this comprehensive guide, we’ll explore how to check if a file or directory exists in Bash. Bash, or the…
What is function: A function which can also be referred to as subroutine, procedure is a block of code used…
Debugging is the process of finding and resolving bugs within a computer program. It provides a huge output at the…