Bash Scripting-7- Using FOR loop in shell script
Use of FOR loop in shell script is done when we need to run a command or a set of instructions/commands over & over until a condition has been met….
Continue readingUse of FOR loop in shell script is done when we need to run a command or a set of instructions/commands over & over until a condition has been met….
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 readingYUM or Yellowdog Updater Modified is a utility for managing of rpm packages & is available for all Redhat OS & other Linux distros based on Redhat. It is used…
Continue readingRPM (RedHat Package Manager) is the default package manager for RedHat & for many other Linux distributions based on it like CentOS, Oracle Linux, and Amazon Linux among others. RPM…
Continue reading