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