You can open any window and then navigate to location that is in your console path, or you can simply type
xdg-open . &
The "." means that you pass the current location to the command "xdg-open", and appending the "&" sign at the end will able you to detach xdg-open command from the console, so you still can contine to work on the console and keep the file manager window opened.
0 comments:
Post a Comment