How to open a file or folder from Terminal
- by Victor Hugo Souza
I'd like to know if there is a way to open a file or a folder from terminal?
When I wrote a URL LINK in terminal, it's allows me to open that link on my default browser. So I'd like to do the same with my files and folders.
I know that there is a way via cli using gnome-open or xdg-open, but I'd like a solution that use mouse by clicking on the…