Command Line: Difference between revisions
From Dickinson College Wiki
Jump to navigationJump to search
New page: How to use the command line: Here are some tips and tricks to using the windows and linux/mac command lines the syntax of the command is included when neccessary Windows: cd - change... |
No edit summary |
||
Line 8: | Line 8: | ||
Windows: | Windows: | ||
cd - change directory (CD DESTINATION) | cd - change directory (CD DESTINATION)\n | ||
dir - view contents of a directory | dir - view contents of a directory | ||
chkdsk - check disk | chkdsk - check disk |
Revision as of 19:09, 30 January 2007
How to use the command line:
Here are some tips and tricks to using the windows and linux/mac command lines
the syntax of the command is included when neccessary
Windows:
cd - change directory (CD DESTINATION)\n dir - view contents of a directory chkdsk - check disk del - remove a file (del FILE) copy - copy a file (copy FILE DESTINATION) xcopy - another copy utility useful for copying multiple files