Mon Nov 12
#
Tip Quick Look from the command line
Leopard ships with a command called ‘qlmanage’. The -p option shows a preview of the file specified:
qlmanage -p thefile
You can extend this by creating the following shell script to prevent the output from displaying:
#!/bin/bash
qlmanage -p $1 >& /dev/null &
#
“ When I start seeing rap stars flashing euros instead of U.S. dollars, I know our economy is in trouble. ”
Mark Olson
#