#!/usr/local/bin/tcsh -f
#  use this one in empc4 epics/Export to erase garbage
awk -f ../awkclean ../lslR > /tmp/cleanEpics
chmod +x /tmp/cleanEpics
/tmp/cleanEpics
exit 0













