File:  [CSRG BSD Unix] / 43BSD / contrib / tac / tmail.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#! /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.