Dear Monks,
What would be the most concise way to load all existing uids on a Unix system into an array using the getpwent function?
My problem more precisely is: I can't seem to figure out the syntax to load an array with an iterating function like getpwent?
thanks!