Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

open folder in gui from terminal linux

;'
xdg-open is part of the xdg-utils package, 
which is commonly installed by default in many 
distributions (including Ubuntu). It is designed 
to work for multiple desktop environments, 
calling the default handler for the file type in 
your desktop environment.

Try runing the xdg-open command followed by the directory path/name:
'

xdg-open [directory name]

 
PREVIOUS NEXT
Tagged: #open #folder #gui #terminal #linux
ADD COMMENT
Topic
Name
9+6 =