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