Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created January 13, 2010 21:05
Show Gist options
  • Select an option

  • Save ejknapp/276575 to your computer and use it in GitHub Desktop.

Select an option

Save ejknapp/276575 to your computer and use it in GitHub Desktop.
UNIX Commands
pwd - Where am I?
cd - Just type "cd" to go home
ls - basic directory list
ls -l - list view of directory
ls -a - show all files including hidden
ls -al - show all in list
l - ls -l
ll - ls -al
mkdir - make directory
chmod +x compileCL - Make a file executable
runLabs1 = java -classpath classes/ java112.labs1.$1 $2 $3 $4 $5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment