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