Guest_imported
New member
- Jan 1, 1970
- 0
i need help finishing a script that looks through my password directory for two or more users with the same name and print those namesin standard out put this is what i have
myfile- 'etc/passwd';
open$file || or die (Can not open $myfile\n);
while(){
($uname,$password,$uid,$gid,$username,$home,$shell);
printf
}
myfile- 'etc/passwd';
open$file || or die (Can not open $myfile\n);
while(){
($uname,$password,$uid,$gid,$username,$home,$shell);
printf
}