The command is
mkdir longtitleproject && cd $_
In bash, the $_
variable is the last argument given to the previous command. In this case, the name of the directory you just created.
The command is
mkdir longtitleproject && cd $_
In bash, the $_
variable is the last argument given to the previous command. In this case, the name of the directory you just created.