ubuntu open file explorer from terminal code example
Example 1: ubuntu open file from terminal
xdg-open file-name
# xdg-open myPicture.png
Example 2: ubuntu open directory from terminal
xdg-open folder_name
Example 3: open folder from terminal ubuntu
Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open . #Open current directdory in Unix
start . #Open current directory in Windows