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