Boost your command line productivity with these useful Bash aliases in Linux. Level up …
Shell
- Bash scriptingBASHLinuxLinux AdministrationScriptingShell Scripts
Introduction To Bash Scripting
By KarthickBy Karthick 2.1K viewsThis introduction to Bash scripting guide is created with different topics that will make …
- Bash scriptingBASHBash TipsLinuxScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Parse Arguments In Bash Scripts Using getopts
By KarthickBy Karthick 10.9K viewsPassing arguments to a program is one of the common operations across any language …
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsTips and TricksUnix/Linux Beginners
Bash Heredoc Tutorial For Beginners
By KarthickBy Karthick 6.3K viewsHereDoc, acronym for Here Document, is an input Redirection method to pass multiple inputs …
- Fish shellLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Quickly Navigate Through Directory History In Fish Shell
By skBy sk 2.4K 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 2.2K 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 4.2K 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 24.5K 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.8K 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 2.3K viewsI’ve added this “export HISTCONTROL=ignoredups” line in ~/.bashrc file to avoid duplicate entries in …