How to reuse the last specified parameter on the command line
If you want to reuse the last parameter you specified for a command in a Bash shell, you can use the "!$" tag.
An example of where this would be useful is if you create a directory with a long path, then want to switch to it:
mkdir /home/willem/some_folder/another_folder/new_folder
cd !$