Create or update users in bash
When preparing labs or courses I sometimes need to batch create user accounts. For this I use the command newusers. Since passwords are stored in clear text you might not want to use it in a production environment, but to …