At times when you may be working on the Mac Terminal App and want to see what's in a directory by opening it in Finder App. Well, there is a command for it and the name is quite trivial - open
Demo
As you can see in the above GIF demo, open . opens the current working directory (pwd) in Finder App.
You may also use the open command followed by a path to open directories, files, or Applications as well.
Example:
% open /User/c2c/Desktop/myFiles
-
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:
- Find your macOS version - MacOS
- SharePoint formula - Calculated columns cannot contain volatile functions like Today and Me - SharePoint
- Get Client IP address from HTTP Response in Java - Java
- BSNL Broadband upgrades speed to minimum 2MBps for all users 512Kbps 1Mbps - HowTos
- How to make div or text in html unselectable using CSS - CSS
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip - Android-Studio
- Eclipse : A java Runtime Environment (JRE) or Java Development kit (JDK) must be available - Java
- wget Command on macOS Terminal - MacOS