picoPico is an integral part of the University of Washington's mail program, pine. Pico is a pretty simple editor for editing small files and sending email. Note: Pico performs line-wrapping on text it edits by default. For editing some files, this can be a handicap. You can turn off automatic line-wrapping by running pico with the -w option. e.g. pico -w [filename]
|