head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


1.1
date     91.05.28.20.02.18;  author bin;  state Exp;
branches ;
next	;


desc
@init ver by piggy
@



1.1
log
@Initial revision
@
text
@#! /bin/sh
#
# @@(#)mkfnames.sh	2.5 (smail) 9/15/87
#
if test $# = 0
then
	sed 's/\(.*\):.*:.*:.*:\(.*\):.*:.*/\1	\2/' /etc/passwd
else
	cat $*
fi	|	# at this point, we have a list of login\tFull Name pairs
nptx	|
lcasep	|
sort -u +0 -1
@
