Bash Scripting-8- Taking user input with READ command in shell script
Up until now, we have only read about using variables that we have mentioned inside the script but that’s not a good way. We might be required to use a…
Continue readingUp until now, we have only read about using variables that we have mentioned inside the script but that’s not a good way. We might be required to use a…
Continue readingLoops are a very useful programming/scripting structure that runs the commands or sets of instructions until a condition has been met. In this tutorial, we will learn about using until…
Continue readingLoops are an important aspect & play an important role in scripting. But when they are used irresponsibly they can create havoc & can cause endless loops as well. So…
Continue readingThough not a part of scripting only, input output redirection in Linux can be used for other purposes as well. Now before we discuss about input output redirection in Linux…
Continue readingShell script functions contain a set of instructions or commands that are being utilized again and again in shell script. They are utilized for when we are using a set…
Continue readingDNF is the package manager that was earlier used in Fedora as a default package manager but with the start of RHEL 8, it is now available a package manager…
Continue readingMySQL is a popular Open Source Relational Database System aka RDBMS. MySQL uses a relational database & structured query language (SQL) to manage all the data. It’s used for developing…
Continue readingPostgreSQL (also called postgres) is a very famous, powerful, open-source object-relational database management system that has been around for almost 30 years. PostgreSQL requires very minimum maintained efforts because of…
Continue readingPostgreSQL (also called postgres) is very famous, powerful, open-source object-relational database management system that has been around for almost 30 years. PostgreSQL requires very minimum maintained efforts because of its…
Continue readingPostgreSQL (also called postgres) is a very famous, powerful, open-source relational database system that has been around for almost 30 years. It has a strong reputation for reliability, performance &…
Continue reading