File:  [CSRG BSD Unix] / 43BSDTahoe / new / tac / tmail.sh
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#! /bin/sh
#	@(#)tmail.sh	1.2 10/17/85
# Print out mail backwards.
# Author: Jay Lepreau, Univ of Utah
#
PATH=/usr/new:/bin:/usr/bin:/usr/ucb
case $# in
	0) file=/usr/spool/mail/$USER
	   ;;
	1) if [ -r /usr/spool/mail/$1 ]
	   then
		file=/usr/spool/mail/$1
	   else
	   	file=$1
	   fi
	   ;;
	*) echo "Usage: `basename $0` [ username ] [ mboxfile ]"
	   exit 1
	   ;;
esac	
exec tac '-
From ' $file

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.