In Bash shell scripting, functions are ways to group the set of instructions together …
Tag:
Bash tips
- Bash scriptingBASHLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting: Variables Explained With Examples
By KarthickThis guide explains about bash variables and its types in shell scripting with examples …
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Bash Echo Command Explained With Examples In Linux
By KarthickThis guide explains what is bash echo command and its usage in scripts with …
- BASHBash TipsLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
How To Enable Timestamp In Bash History In Linux
By skYou can easily find the list of recently executed commands in Linux using the …
- Bash TipsBASHFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and Tricks
Difference Between Defining Bash Variables With And Without export
By skBy sk 3.1K 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 12.8K viewsIn this brief guide, we will learn how to avoid duplicate entries in Bash …
- BASHBash scriptingBash TipsCommand line utilitiesFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
How To Repeat A Command Until It Succeeds In Linux
By skBy sk 9.5K viewsIn this brief guide, we are going to learn how to repeat a command …
- Bash TipsBASHCommand line utilitiesFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
[Bash Tips] Rename Files Without Typing Full Name Twice In Linux
By skThis brief guide explains how to rename files without typing full name twice in …
- Bash TipsBASHLinuxLinux BasicsLinux CommandsTips and TricksUnix/Linux Beginners
[Bash Tips] How to cp or mv and cd in one command
By skBy sk 5.8K viewsThe other day we learned how to cd and ls in one command. Today …
- Bash TipsBASHCommand line utilitiesLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksOpensourceTerminal hacksTips and TricksUnix/Linux Beginners
[Bash Tips] How To cd and ls in One Command
By skHere is a BASH function to combine cd and ls in one command. It …
- 1
- 2
