For example, let’s say that you want to copy a file like this:
cp path/to/the/file.txt path/to/the/file.copy
It’s very frustrating to write the path twice so is there something like this with a special character:
cp path/to/the/file.txt :)file.copy
It would be very useful especially if you are trying to diff a two file in the same directory