Sometimes, you need to manually add a program’s installation directory to the $PATH variable. …
Category:
BASH
- Linux BasicsBASHFish shellLinuxLinux CommandsProgrammingScriptingShell ScriptsZsh
How To Run Multiple Shells In Linux: Bash, Fish, Zsh And More
By skLearn why and how to run multiple shells in Linux. Test your scripts in …
- Linux Tips & TricksBASHBash scriptingBash TipsFish shellLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Easy Ways To Insert The Last Argument Of The Previous Command In Bash, Fish and Zsh
By skLearn how to insert the last command argument in Bash, Fish, and Zsh shells. …
- Linux Tips & TricksBASHBash TipsLinuxLinux BasicsLinux CommandsUnix/Linux Beginners
Bulk Text Replacement In Bash: Easy Step-by-Step Guide
By skThis brief tutorial explains how to perform bulk text replacement in Bash using grep, …
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
How To Replace Text In Multiple Files Using A Bash Script In Linux
By skIn this guide, we will learn how to replace text across multiple files efficiently …
- BASHBash scriptingBash TipsLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingUnix/Linux Beginners
How To Manage Bash Functions Using declare Command In Linux
By skIn this tutorial, we will learn how to manage functions in Bash using declare …
- Bash scriptingBASHLinuxLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash declare Command Usage With Examples
By skIn Bash shell scripting on Linux, the declare command is used to define, set …
- Linux AdministrationBash scriptingDebianLinuxPackage managementShell ScriptsUbuntu
DebPostInstall: Debian And Ubuntu Server Post Install Script
By skDebPostInstall is a simple Bash script to automate important post installation tasks in a …
- Bash scriptingBASHLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
How To Create Interactive Bash Scripts With Yes, No, Cancel Prompt In Linux
By skThis tutorial explains how to create interactive Bash scripts using Yes, No, Cancel prompts …
- Linux Tips & TricksBash scriptingLinuxLinux AdministrationLinux BasicsLinux CommandsShell ScriptsUnix/Linux Beginners
Why Aliasing rm Command is a Bad Practice in Linux
By skAn alias in Unix/Linux is a shortcut that allows you to create custom commands …
