While working in terminal, sometimes you just want to open the same folder location in Finder. To do this, you need not to open the finder and search for the folder, instead you can open the same location directly from terminal by typing a simple command.
Open current folder in Finder from Terminal
The command to open the current folder from terminal is:
Open .
Note: There is a space between Open and .(dot).
For example: As you can see I am at the path /Documents/TheMacBeginner in Terminal. I just got the folder opened in Finder by just typing Open . in terminal.