Im relatively new to Ubuntu, Im wondering how easy it is to write what I think is called a shell script to make tasks a little easier.
For example I frequently connect to a server - ssh -p 123 me@mysite.com
Can and how could I shorten this to a shorter command like "mysite" or "ssh mysite"
Thanks.