Code: echo "alias iplayer='iplayer-dl -d /home/user/MyDocs/.videos'" >> /home/user/.profile This means that whenever you type "iplayer" in the terminal it has the same effect as typing "iplayer-dl -d /home/user/MyDocs/.videos", so typing: Code: iplayer URL Will download the show at URL to your videos directory. Note that this won't take effect until you exit and restart the terminal. Let me know how it goes. Cheers, Jan
echo "alias iplayer='iplayer-dl -d /home/user/MyDocs/.videos'" >> /home/user/.profile
iplayer URL