Open file in appropriate application
open
opens the specified file or
variable in the appropriate application.name
You can extend the functionality of open
by defining your own
file-handling function of the form
open
, where
xxx
xxx
is a file extension. For example, if you create a
function openlog
, then the open
function calls
openlog
to process any files with the .log
extension. The open
function returns any single output defined by
your function.