Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash command to open file explorer

#The following works in all desktop environments by using the default file manager:

xdg-open .
#You can also open files from the terminal as if you had double clicked them in the file manager:

xdg-open file
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #bash #command #open #file #explorer
ADD COMMENT
Topic
Name
6+2 =