Help for this page

Select Code to Download


  1. or download this
    open(DBFILE,"~/.passwd");
    while($line = <DBFILE>)
    ...
            $dbPass = $2;
        }
    }
    
  2. or download this
    awk '/^abc01/{ print $2 " " $3; }' ~/.passwd
    
  3. or download this
    tempStr: