In this brief guide, we will learn how to avoid duplicate entries in Bash…
Category:
Bash Tips
- 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 6.1k 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 skBy sk 2.7k viewsThis 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 4.2k 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 skBy sk 12.3k viewsWhenever I cd into a directory, the next thing I spontaneously do – listing…
- BASHBash TipsLinuxLinux BasicsLinux Tips & TricksUnix/Linux Beginners
How To Customize Bash Prompt In Linux
By skBy sk 16.5k viewsBASH (the Bourne-Again Shell) is the default shell for most modern Linux distributions. In…
- BASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsTips and TricksUnix/Linux Beginners
The List Of Useful Bash Keyboard Shortcuts
By skBy sk 36.2k viewsNowadays, I spend more time in Terminal. I learned many BASH tricks over time.…
- Linux Tips & TricksBASHBash TipsCommand line utilitiesLinuxLinux AdministrationLinux BasicsLinux CommandsTrouble shootingUnix/Linux Beginners
How To Easily Correct Misspelled Bash Commands In Linux
By skBy sk 4.1k viewsWhen you entered a misspelled a Linux/Unix command, you would simply hit the UP…
- Bash TipsBASHCommand line utilitiesFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
How To Automatically Switch To A Directory Without Using Cd Command In Linux
By skBy sk 7.5k viewsMost of the intermediate and almost all advanced users prefer CLI over GUI mode,…
- Linux CommandsBASHBash TipsCommand line utilitiesFAQLinuxLinux AdministrationLinux BasicsTips and TricksUnix
How To Clear Command Line History In Linux
By skBy sk 33.6k viewsIn Bash, all the commands that you run in the Terminal are stored in…