1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +02:00

add group and gshadow parsers

This commit is contained in:
Kelly Brazil
2020-03-03 09:55:43 -08:00
parent 6ae24c8244
commit 0a8f8ac934

View File

@@ -7,6 +7,8 @@ jc changelog
- Added CSV file parser - Added CSV file parser
- Added /etc/passwd file parser - Added /etc/passwd file parser
- Added /etc/shadow file parser - Added /etc/shadow file parser
- Added /etc/group file parser
- Added /etc/gshadow file parser
20200227 v1.7.5 20200227 v1.7.5
- Updated ls parser to support filenames with newline characters - Updated ls parser to support filenames with newline characters