To check that the file you’re trying to open actually exists, you can change directories in terminal using cd
. To change to ~/Desktop/sass/css
: cd ~/Desktop/sass/css
. To see what files are in the directory: ls
.
If you want information about either of those commands, use the man
page: man cd
or man ls
, for example.
Google for “basic unix command line commands” or similar; that will give you numerous examples of moving around, viewing files, etc in the command line.
On Mac OS X, you can also use open
to open a finder window: open .
will open the current directory in finder. (open ~/Desktop/sass/css
will open the ~/Desktop/sass/css
).
Related Posts:
- Terminal error: zsh: permission denied: ./startup.sh
- mvn command not found in OSX Mavrerick
- Change default title in mac terminal window
- mvn command not found in OSX Mavrerick
- How to use vim in the terminal?
- -bash: export: `=’: not a valid identifier
- How to use vim in the terminal?
- OS X cp command in Terminal – No such file or directory
- psql: FATAL: role “postgres” does not exist
- Mac install and open mysql using terminal
- Run script on mac prompt “Permission denied”
- Finding text inside a folder using terminal
- gdb debugging in Terminal OS X (10.8.5) with zsh
- How can I display the current branch and folder path in terminal?
- Open Sublime Text from Terminal in macOS
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- How can I run python in terminal on a mac?
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- No “Proceed Anyway” option on NET::ERR_CERT_INVALID in Chrome on MacOS
- Xcode is not currently available from the Software Update server
- How to view / open a calculator in mac OS X?
- Xcode is not currently available from the Software Update server
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch
- VirtualBox NS_ERROR_FAILURE (0x80004005) macOS
- Updating Python on Mac
- How do I upgrade to Python 3.6 with conda?
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory
- pip or pip3 to install packages for Python 3?
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- How to change default Python version?
- SocketException: Address already in use MONGODB
- Why is the apt-get function not working in the terminal on Mac OS X v10.9 (Mavericks)?
- Failed to attach the USB device SEGGER J-Link [0100] to the virtual machine WINDOWS 7
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- ImportError: No module named sklearn (Python)
- What’s a good hex editor/viewer for the Mac?
- Where to find Application Loader app in Mac?
- How to switch Python versions in Terminal?
- How to change default Python version?
- Brew install docker does not include docker engine?
- What version of Python is on my Mac?
- brew install mysql on macOS
- How do you update Xcode on OSX to the latest version?
- Mongod complains that there is no /data/db folder
- How can I open the Atom editor from the command line in OS X?
- How to uninstall Docker completely from a Mac?
- How to install wget in macOS?
- Maven Install on Mac OS X
- dyld: Library not loaded … Reason: Image not found
- How to install Java 8 on Mac
- editing PATH variable on mac
- Find (and kill) process locking port 3000 on Mac
- OS X Framework Library not loaded: ‘Image not found’
- keep getting “? Something is already running on port 3000” when I do npm start on react app
- Upgrade Node.js to the latest version on Mac OS
- Install Visual Studio 2015 on mac
- Vim Can’t Save File (E212)
- Installing cgdb on a mac os x
- How can I install a previous version of Python 3 in macOS using homebrew?
- “code .” Not working in Command Line for Visual Studio Code on OSX/Mac
- How can I Remove .DS_Store files from a Git repository?
- Shared folder between MacOSX and Windows on Virtual Box
- VirtualBox: mount.vboxsf: mounting failed with the error: No such device
- Installing GCC on macOS Catalina
- Open an .html file with default browser using Bash on Mac
- adb command not found
- gdb fails with “Unable to find Mach task port for process-id” error
- How do I edit $PATH (.bash_profile) on OS X?
- OS X 10.9.2: checking whether the C compiler works… no
- matplotlib: RuntimeError: Python is not installed as a framework
- psql: command not found Mac
- Can’t connect to MySQL server on ‘127.0.0.1’ (61) on Mac
- Python: source code string cannot contain null bytes
- Python can’t find module NLTK
- sed command with -i option failing on Mac, but works on Linux
- Making sure /usr/local/bin is in my $PATH on mac
- Why does cURL return error “(23) Failed writing body”?
- Command not found go — on Mac after installing Go
- cannot download, $GOPATH not set
- What is the difference between MacVim and regular Vim?
- Updating php version on mac
- Kill a python process
- Reading syslog output on a Mac
- Unmount the directory which is mounted by sshfs in Mac
- Failed to launch macOS app built in Xcode
- Testing web application on Mac/Safari when I don’t own a Mac
- How to completely uninstall Android Studio on Mac?
- SQL Client for Mac OS X that works with MS SQL Server
- How do you stop MySQL on a Mac OS install?
- Is there an equivalent of lsusb for OS X
- Where to find extensions installed folder for Google Chrome on Mac?
- hat’s a clean way to stop mongod on Mac OS X?
- How to install latest version of openssl Mac OS X El Capitan
- How to restart a node.js server
- Mongod: Command Not Found (OS X)
- how to update npm on macOS
- Unable to access MySQL after it automatically generated a temporary password
- No module named ipykernel_launcher