with-each-user 0.9.2

with-each-user is an utility which helps to execute commands on behalf of all users in the system in a row.With each userThe with_each_user command is basically nothing but a shortcut/replacement for constructs like:root:~# ls /home | xargs -i su - {} -c...