in reply to
use getpwent to find users and delete them
Can't you grep
/etc/passwd
?
Comment on
Re: use getpwent to find users and delete them
Replies are listed 'Best First'.
Re^2: use getpwent to find users and delete them
by
Anonymous Monk
on May 19, 2018 at 14:19 UTC
why do that when it's built in to Perl?
[reply]
In Section
Seekers of Perl Wisdom