print working directory
pwd
computer’s network name
hostname
make directory
mkdir
change directory
cd
list directory
ls
remove directory
rmdir
push directory
pushd
pop directory
popd
copy file or directory
cp
robust copy
robocopy
move file or directory
mv
page thru file`
more
print file
type
run command on many files
forfiles
find files
dir -r
find things inside file
select-string
read a manual page
help
find what man page is appropriate
helpctr
print some arguements
echo
export/set new environment variable
set
exit shell
exit
become super root DANGER
runas