Generally, the location of the executable file to launch an installed program will be…
Category:
Bash Tips
- 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 TipsBASHLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
A Bash Function To Extract File Archives Of Various Types
By skBy sk 9.3K viewsThere are so many applications available to extract various types of archive files. Remembering…
- Bash TipsBASHFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and Tricks
Difference Between Defining Bash Variables With And Without export
By skBy sk 2.7K 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.2K 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 8.8K 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.3K viewsThe other day we learned how to cd and ls in one command. Today…
- BASHBash scriptingBash TipsFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksLinux troubleshootingScriptingShell ScriptsTips and TricksTrouble shootingUnix/Linux Beginners
Fix “Exec format error” When Running Scripts With run-parts Command
By skThis brief tutorial explains how to fix “exec format error” when running scripts with …
- 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 18.9K viewsWhenever I cd into a directory, the next thing I spontaneously do – listing…