I have an alias, that opens a file for me and jumps to a specific line in that file.
The first thing I do is ctrl+E to jump to the end of the line, but I was wondering if I can automate that as well?
This is the current alias:
alias changeCust='ssh -t root@192.168.56.101 "nano +33 /etc/apache2/sites-enabled/25-av_portal.conf && service apache2 reload"'