|
|||||
| | |||||
cat $ORATAB | while read LINE
do
case $LINE in
\#*) ;; #comment-line in oratab
*)
# Proceed only if third field is 'Y'.
if [ "`echo $LINE | awk -F: '{print $3}' -`" = "Y" ] ; then
| (#8) poster : anonymous | date: 2004-05-21 |
| hjere | |
| Leave a Reply |