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