Just for fun, I wrote a short simple class to parse the Linux “passwd” file. The class has functions to return the content in either html or text for the command line. The difference being one has “<br />” statements and the other has “\n” for new lines. The class also contains a function to [...]