shithub: rc

ref: 54043891c06eaf85ad83246e1efbe910a406d418
dir: /shl/

View raw version
#!/bin/rc
awk '
BEGIN{
	srand()
}
{
	printf "%06d	%s\n", rand() * 1000000, $0
}
' |\
	sort -n |\
	sed 's/^[0-9]+	//'