Joseph Herlant
version 1.0.0, 2013-10-19 : Initial version

This shell command returns the first uid available on the system.

perl -le '$i++ while getpwuid($i); print $i'