How to create a new folder & cd into the created folder in a single command ?
In this post we will show you a quick tip how can we create a new folder and jump into it. We can use this trick in shell script to...
In this post we will show you a quick tip how can we create a new folder and jump into it. We can use this trick in shell script to...
In this post we will look how to get the last command argument value in the current command. For this, we will use a special bash bultin variable $_ Lets...