Skip to content

jklein131/passwd-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Passwd-parser

Solution to an Interview Programming Challenge.

Usage: ./passwd-parser -gph [FILE] ...
Lists JSON information about users and groups from PASSWD_PATH and GROUP_PATH.

  -g, --group file to parse
  -p, --passwd file to parse
  -h show this page

Example usage:
./passwd-parser /etc/group /etc/passwd

Releases

No releases published

Packages

No packages published