afternoon all,
hpux11
based on the following:
is there a graceful way to not process a line? within dsdcwhd.txt i do not want to process the last line, it does not contain an entry for dctty and therefore throws an error when passed to grep.
thanks in advance.
regards,
longhair
hpux11
based on the following:
Code:
cat /files/dsdcwhd.txt | while read dcoff dctty dcmnth dcday dctime
do
finger -i |grep $dctty >> /files/dsdcwhd1.txt
done
thanks in advance.
regards,
longhair