Help for this page

Select Code to Download


  1. or download this
    if [ a`/usr/well561/bin/newlogfile 1` = aY ]; then
    echo "true"
    else
    echo "false"
    fi
    
  2. or download this
    if (`/usr/well561/bin/well.newlogfile 1` eq Y) {
    print "true";
    ...
    else {
    print "false";
    }