SED - Print - Print a random line
sed
-n
"
$(( RANDOM % 100 )
)p"
-