This introduction to Bash scripting guide is created with different topics that will make you comfortable in writing your first bash script.
Shell
- Bash scriptingBASHBash TipsLinuxScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Parse Arguments In Bash Scripts Using getopts
By KarthickBy Karthick 8.8K viewsPassing arguments to a program is one of the common operations across any language you use. In this article, we are going to see how to parse arguments in bash scripts using bash builtin getopts function.
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsTips and TricksUnix/Linux Beginners
Bash Heredoc Tutorial For Beginners
By KarthickBy Karthick 5.5K viewsHereDoc, acronym for Here Document, is an input Redirection method to pass multiple inputs to a program or command in Bash.
- Fish shellLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Quickly Navigate Through Directory History In Fish Shell
By skBy sk 2.2K viewsDo you often work with large number of directories? I have a small tip…
- Fish shellLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
How To Launch Fish Shell In Private Mode In Linux
By skBy sk 1.8K viewsFish shell ships with many cool features by default. One such feature is Private…
- Fish shellLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Enable Timestamp For History Command In Fish Shell
By skBy sk 3.6K viewsWhenever a command is entered in the terminal, it will be saved at the…
- ZshLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Enable Timestamp For History Command In Zsh In Linux
By skBy sk 20.7K viewsEnabling timestamp in history command output helps us to find when a certain command…
- UbuntuCommand line utilitiesFAQLinuxLinux AdministrationLinux DistributionsOpensourceScriptingShell Scripts
Convert Ubuntu Into Rolling Release Using Rolling Rhino
By skBy sk 1.7K viewsArch Linux follows the rolling-release model to provide the latest and up-to-date stable versions…
- Bash TipsBASHFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and Tricks
Difference Between Defining Bash Variables With And Without export
By skBy sk 2K viewsI’ve added this “export HISTCONTROL=ignoredups” line in ~/.bashrc file to avoid duplicate entries in…
- BASHBash TipsFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
How To Avoid Duplicate Entries In Bash History In Linux
By skBy sk 11K viewsIn this brief guide, we will learn how to avoid duplicate entries in Bash…