Created
January 13, 2010 21:05
-
-
Save ejknapp/276575 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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