Open file manager window from console

Some times you work in console, and need to open current path in file manager window.
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.

Comments

Popular posts from this blog

What does http-equiv stands for?

How many water molecules are there in the glass of water?