Pine® - a Program for Internet News & Email - is a tool for reading, sending, and managing electronic messages. Pine was developed by Computing & Communications at the University of Washington. Though originally designed for inexperienced e-mail users, Pine has evolved to support many advanced features, and an ever-growing number of configuration and personal-preference options. Pine is available for Unix as well as for personal computers running a Microsoft operating system (PC-Pine).
PowerArchiver 2001 is a freeware archiving utility developed by eFront Media. PowerArchiver is a powerful tool that has many features and includes support for a wide variety of archive types such as ZIP, CAB, TAR, RAR, and many more. This program has features that include integration with Windows Explorer and a tool for repairing corrupt ZIP files. PowerArchiver can be found on all of the DECS lab machines, as well as most other machines installed by DECS. This program can also be installed onto a personal computer by DECS.
Procmail is a program available on the Engineering E-mail server that allows simple or sophisticated E-mail filtering without the need to setup E-mail filters in every separate E-mail client. Procmail can be used to filter specific senders or mailing lists to a mail folder, or even directly to Trash or be deleted immediately. Procmail can be used to automatically filter E-mail on the server side for the benefit of E-mail clients that do not contain their own filtering solution, or to provide consistent filtering no matter what E-mail client is used.
What is Psselect? Psselect is a command line program that will produce a Postscript file containing only the pages you specify from the original document. Where is Psselect? Psselect is available on all the engineering UNIX machines. It also available on Windows if you ssh to scully. Using Psselect Psselect has the following options: psselect [ -q ] [ -e ] [ -o ] [ -ppages ] [ pages ] [ infile [ outfile ] ] -q: Supresses print out of page numbers. -e: Prints only the even number pages. -o: Prints only the odd number pages. -ppages: Pages to be printed, only needed if e or o are used. Sample: psselect -q 1,3,4,7 infile.ps outfile.ps