DEV Community

Discussion on: Linux's commands and tricks I'm using in my daily job as a developer

Collapse
 
matheusam profile image
the-harry

Great tips! I think it worth to mention the !$ operator in addition to !!.
Where !$ is the argument of last command.
So if you:

mkdir foo

You can enter the folder typing:

cd !$