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