pwd
print working document
hostname
computer's network name
mkdir
make directory
cd
change directory
ls
list directory
rmdir
remove directory
pushd
push directory
popd
pop directory
cp
copy a file or directory
robocopy
robust copy
mv
move a file or directory
more
page through a file
type
print the whole file
forfiles
run a command on several files
dir -r
find files
select-string
find things inside files
help
read a manual page
helpctr
find which main page is appropriate
echo
print some arguments
set
export/set a new environment variable
exit
exit the shell
runas
become a super root user
attrib
change permission modifiers
iCACLS
change ownership
|
takes the output from the command on the left, and "pipes" it to the command on the right
<
takes and sends the input from the file on the right to the program on the left (this does not work in PowerShell)
>
takes the output of the command on the left and writes it to the file on the right
>>
takes the output of the command on the left, then appends it to the file on the right
*
matches anything in a wildcard