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