In order to speed up typing of a long command, we can make an alias of a command, e.g.
alias remcopy='scp user@123.45.67.89:/home/file.txt /home/user/'
And we type user
this exact command will be run.
However, is it possible only to load the command and then modify it according to the current need, e.g.
scp user@123.45.67.89:/home/file.txt /home/user/addeddir/