( thuglife | 2019. 05. 02., cs – 16:19 )

getent passwd | awk -F: '($3<=60000) && ($3>muid) { muid=$3; } END { print muid; }'