Command: read -s -p “Enter Password: ” pswd How to Use:- If you want to take input of password in…
Browsing: Bash Shell
Command: echo -e “\\e[0;41mBackground in Red Color\\e[0m” The Above commands are using to set background color of output on Linux…
# echo -e “e[0;31mText in Red Colore[0m” The Above commands are showing to set foreground ( Text ) color of…
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…
The CASE statement is a powerful conditional statement in Bash that allows you to test a variable against a list…
In this comprehensive tutorial, we will delve into the Bash if elif else statement, a crucial control structure in shell…
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…