One-liner for previewing a file with Quick Look. I aliased this to `ql` :)
qlmanage -p $argv >/dev/null 2>&1
replies(1):
qlmanage -p <(man man) >/dev/null 2>&1
0 - https://www.gnu.org/software/bash/manual/html_node/Process-S... (it works in zsh too, but bash manual explains this feature more clearly)