#shell
Read more stories on Hashnode
Articles with this tag
What is the difference between .bashrc and .bash_profile · What is the difference between .bashrc and .bash_profile Sometime many of us get confused...
Alias in Linux - All Linux developer must know · When I worked first time with Linux (Ubuntu), I use to remember lot of commands required for my project....
`$var` vs `${var}` vs `$(var)` · There is one thing which we often get confuse in shell script, especially for those who are new to shell scripting The...