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