Loops are useful for automating repetitive tasks in Bash shell scripting. In this guide, we will learn about “for loop” with examples.
Scripting
- Bash scriptingBASHLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Functions Explained With Examples
By KarthickBy Karthick 9.3k viewsIn Bash shell scripting, functions are ways to group the set of instructions together…
- Bash scriptingBASHLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Variables Explained With Examples
By KarthickBy Karthick 8.3k viewsThis guide explains about bash variables and its types in shell scripting with examples in Linux.
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsTips and TricksUnix/Linux Beginners
Bash Heredoc Tutorial For Beginners
By KarthickBy Karthick 4.7k viewsHereDoc, acronym for Here Document, is an input Redirection method to pass multiple inputs to a program or command in Bash.
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Redirection Explained With Examples
By KarthickBy Karthick 4.9k viewsWhat is Bash Redirection and how to work with Redirection in Bash with example commands.
- Shell ScriptsLinuxOpensourceProgrammingScriptingUtilities
How To Format Shell Programs Using Shfmt In Linux
By KarthickBy Karthick 7.8k viewsThis guide explains what is Shfmt, how to install Shfmt in Linux, and finally how to format shell programs using Shfmt in Linux.
- UbuntuCommand line utilitiesFAQLinuxLinux AdministrationLinux DistributionsOpensourceScriptingShell Scripts
Convert Ubuntu Into Rolling Release Using Rolling Rhino
By skBy sk 1.6k viewsArch Linux follows the rolling-release model to provide the latest and up-to-date stable versions…
- BASHFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingTips and TricksTrouble shootingUnix/Linux Beginners
Fix “Exec format error” When Running Scripts With run-parts Command
By skBy sk 129.1k viewsWhen I was trying to run all scripts in a directory using run-parts command,…
- Linux Tips & TricksLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
How To Run All Scripts In A Directory In Linux
By skBy sk 11.5k viewsThe other day I have been testing some basic shell scripts that I created…
- BASHBackup toolsCommand line utilitiesLinuxMicrosoft WindowsOpensourceScriptingUtilities
How To Synchronize Files And Directories Using Zaloha.sh
By skBy sk 955 viewsZaloha.sh is a directory synchronizer that stands out by its small size and simplicity.…