append - append data to a file
append filename
append is a trivial script to append data to a specified file. This may seem like a waste of code until you realise it's intended to be used as an editor. For example:
EDITOR=append crontab -e < extra-cron-lines
Cameron Simpson <cs@zip.com.au> 01aug2001