Do you often work with large number of directories? I have a small tip…
Tag:
Shell
-
-
Fish shellLinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
How To Launch Fish Shell In Private Mode In Linux
By skBy sk 437 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 721 viewsWhenever a command is entered in the terminal, it will be saved at the…
-
LinuxLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux BeginnersZsh
Enable Timestamp For History Command In Zsh In Linux
By skBy sk 1798 viewsEnabling timestamp in history command output helps us to find when a certain command…
-
Command line utilitiesFAQLinuxLinux AdministrationLinux DistributionsOpensourceScriptingShell ScriptsUbuntu
Convert Ubuntu Into Rolling Release Using Rolling Rhino
By skBy sk 759 viewsArch Linux follows the rolling-release model to provide the latest and up-to-date stable versions…
-
BASHBash TipsFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and Tricks
Difference Between Defining Bash Variables With And Without export
By skBy sk 585 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 2449 viewsIn this brief guide, we will learn how to avoid duplicate entries in Bash…
-
BASHBash TipsCommand line utilitiesFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
[Bash Tips] Rename Files Without Typing Full Name Twice In Linux
By skBy sk 1070 viewsThis brief guide explains how to rename files without typing full name twice in…
-
BASHBash TipsLinuxLinux BasicsLinux CommandsTips and TricksUnix/Linux Beginners
[Bash Tips] How to cp or mv and cd in one command
By skBy sk 1264 viewsThe other day we learned how to cd and ls in one command. Today…
-
BASHFAQLinuxLinux BasicsLinux CommandsScriptingTips and TricksTrouble shootingUnix/Linux Beginners
Fix “Exec format error” When Running Scripts With run-parts Command
By skBy sk 16293 viewsWhen I was trying to run all scripts in a directory using run-parts command,…