This guide explains what is bash echo command and its usage in scripts with …
Category:
BASH
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsTips and TricksUnix/Linux Beginners
Bash Heredoc Tutorial For Beginners
By KarthickBy Karthick 8K viewsHereDoc, acronym for Here Document, is an input Redirection method to pass multiple inputs …
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Redirection Explained With Examples
By KarthickBy Karthick 7.4K viewsWhat is Bash Redirection and how to work with Redirection in Bash with example …
- 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 10.2K 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 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 …
- Command line utilitiesBASHFAQLinuxLinux BasicsLinux Tips & TricksOpensourceUnix/Linux BeginnersUtilities
Neofetch – Display Linux system Information In Terminal
By skBy sk 70.7K viewsThis guide explains how to display Linux system information using Neofetch. Neofetch is a …
