
In order to open Finder using Mac Terminal, you can type open . and you should have Finder app,
- Open Mac Terminal App,
- Type open . (open followed by dot)
- Finder Window should be visible.
Some more Examples
Open Downloads Folder in Finder using Terminal
% open Downloads
Open Downloads Folder in Finder using Terminal
% open Downloads
Open Applications in Finder using Terminal
% open Applications
-
Have Questions? Post them here!
More Posts related to MacOS,
- Opening mac Terminal
- How to change default macOS Terminal Window size
- How to clear Mac Terminal screen
- Find Hostname of Mac running on macOS Ventura 13
- Installing MongoDB on Linux/Unix/macOS/Ubuntu
- How to switch from bash to zsh shell in macOS Terminal
- Limit scrollback rows in macOS Terminal
- How to Set Background Wallpaper on macOS 13 Ventura
- This operation couldnt be completed. Unable to locate a Java Runtime. [macOS]
- Encode or Decode Base64 String using Mac Terminal Command
- List of All Apple Silicon ARM Based M1/M2 Mac [updated Oct 2022)
- How to remove Siri from Menu Bar [macOS Big Sur]
- Must Know Homebrew Commands for Mac/Linux Users
- Hide Keyboard Text Input Icon on macOS Ventura Menu Bar
- 13.0 MacOS Ventura release date
- How to change the default location of Mac Screenshot
- How to set Out Of Office (OOO) on Outlook for Mac
- 30+ Zoom video communications application shortcuts for macOS
- How to install wget on macOS
- Mac turn dark mode on or off using terminal command
- Create Symbolic Link using Terminal Command
- Mac - How to Install VirtualBox
- How to Enable or Disable Dark Mode on macOS Ventura 13
- How to install homebrew (brew) on M1 Mac
- How to uninstall Microsoft Outlook on Mac
More Posts:
- SharePoint error - An exception occurred when trying to issue security token: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.. - SharePoint
- Move Copy Migrate SharePoint OneDrive files folders to different site collection location - SharePoint
- Add blank lines after each lines using Notepad++ text editor - NotepadPlusPlus
- Call PHP function on Button click using jquery ajax - PHP
- How to recover unsaved notepad file Windows 10 - NotepadPlusPlus
- List of 60 useful FTP Client Commands to access server - FTP
- How to Change Mouse Wheel Scroll Direction on Mac - MacOS
- Find Difference of two numbers - C-Program