In order to speed up typing of a long command, we can make an alias of a command, e.g.
alias remcopy='scp [email protected]:/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 [email protected]:/home/file.txt /home/user/addeddir/