################################################################################ # Title : CS576 Assignment 1: umail # # Name : Woodrow H. Edwards # # Date : 20091007 # # Description : README # ################################################################################ Assignment Description: Given group names, umail gets the group number from the group file. It then searches the passwd file for users with this group number as their primary group and lists their user name and full name in a groupNames file along with just their user name in a groupEmails file. Submitted Files: umail bash shell script README this file Instructions: None required