#linux
Read more stories on Hashnode
Articles with this tag
Lambda cheat sheet in C++ · With out much theory on what is lambda and what is the history behind it. Lets get straight to the point. I see lot of the...
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...