
Experiment with creating a file in Atom and using ls in the terminal to see it.

Atom for mac blank page full#
Try which ruby to see the full path to your Ruby executable. which tells you where on the file system a program is.If you just use ls they won’t show up, but ls -lA will show them. bash_profile you’ll work with later, are hidden files. ls -lA will list the files in the current folder along with a bunch of info about them.ls will list the files in the current folder.But try typing pwd in the terminal and hit enter to print out your "present working directory" The prompt on the left tells you a bit about what folder you’re currently in.This window can open multiple tabs by typing command-t


You now have a single terminal window.Open Terminal by typing command-spacebar to open Spotlight, then type Terminal and hit enter.If this is your first time using UNIX then you’ll need a few of the most essential pieces to be able to complete your work:
