How to get last command argument value in follow up command in Linux ?
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...
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...