#   extract.sh
#   shell script to automate the extraction of the FCC ULS downloaded files
#   n6lhv@arrl.net (Wayne Smith)
#   created#  28-July-2004
#   updated#  02-August-2004

#   functional dependencies
#     -assumes "download.sh" has successfully completed

# Unzip the file
rm counts
rm *.dat
mv l_LMpriv.zip l_LMpriv.gz
gzip -d l_LMpriv.gz



