Say I'll start writing
sudo cp /etc/var/more/evenMORE/fileABC
and as the target of the copying, I'd like to define the same folder, except just a different filename (whether it is a new name like "randomNAME" or an iteration of the file "fileABC-backup01" shall be irrelevant). How can I reuse the input file so that I do not have to write it out again? Is this even possible?
/etc/var/more/evenMORE
or some other directory? Please put the fullcp
command that you would have used in the question. – Munir Mar 23 '16 at 20:06