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