cd /usr/bin ; ls -1 | shuf | xargs man # Read some random documentation to find some interesting commands. q to go to the next one. Ctrl-C to end it.
@climagic
save a "cd" and `ls /usr/bin -1 | ...` that!
@musicmatze @climagic You don't need that -1 either, ls autodetects if stdout is a terminal and doesn't pretty print its output if it isn't.
@climagic
$ info