A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Jump to

Quick reference

Open files from the command line in Ubuntu

Either:
evince [filename] (for document viewer, e.g. pdfs)
or:
gnome-open [filename] (for any file)

http://ubuntuforums.org/showthread.php?t=446766