macos-like command line file viewer (open) in linux
In Mac OS, typing
open <filename>
in the command line will automatically open that file with the application associated with that file type.
We can do this in Linux too by typing:
kfmclient exec <filename> &
-Ravi
|