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