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