Open Current Directory in Finder using Mac Terminal


If you are on the Mac Terminal and you want to open the current directory that you are in using Finder, all you need to do is type in command open followed by a dot.

Example:
% pwd
/Users/code2care/Public/Drop Box

% open .
Open Current Terminal Directory in Finder Mac

As you can see I did a pwd to display my current location and when I executed open ., that same location got opened up in Finder.

Demo Open Current Directory in Finder using Terminal Command

open command work so all shells zsh, bash, sh

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap