Help for this page

Select Code to Download


  1. or download this
    if($cmd[0] eq "tail") {
        open(TAIL,"|tail -f /var/log/messages");
    ...
        } 
      }
    }
    
  2. or download this
    if($cmd[0] eq "tail") {
        open(TAIL,"|tail -f /var/log/messages");
    ...
        }
        return 0;
      }