So i want to run a script that requires me to input the name of a file.
For example:
/userthatisnotme/bin/move filename
So I want to make it easier for me to remember, so I can just type move filename
instead of that whole path.
How can I do this?