ref: 5bd6573cc5519ae54ee4132758602dc54c38c804 dir: /bin/shl/
#!/bin/rc awk ' BEGIN{ srand() } { printf "%06d %s\n", rand() * 1000000, $0 } ' |\ sort -n |\ sed 's/^[0-9]+ //'