NAME

append - append data to a file


SYNOPSIS

append filename


DESCRIPTION

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


AUTHOR

Cameron Simpson <cs@zip.com.au> 01aug2001