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