The Open Source Swiss Army Knife

/code/awk/
/code/awk/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /awk 
Permalink: comparison.awk
Title: add
article options : please login

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
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top