Skip to content

Instantly share code, notes, and snippets.

@jgraup
Last active December 28, 2015 10:49
Show Gist options
  • Save jgraup/7489243 to your computer and use it in GitHub Desktop.
Save jgraup/7489243 to your computer and use it in GitHub Desktop.
Reference for common shell commands through OSX Terminal
# Connect to Shell
ssh {url}
# List Directory Contents
ls
# Change Directory To
cd {directory}
# Move File
mv {filename} {desitnation}
# Copy File
cp {filename} {newFilename}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment