#!/bin/sh -v freebsd-version uptime ps aux id env which awk for n in 1 2 3 4 5; do awk 'BEGIN{srand();print rand();}'; sleep 1; done