Windows Basic Commands Flashcards
1
Q
pwd
A
print working directory
2
Q
hostname
A
my computer’s network name
3
Q
mkdir
A
make directory
4
Q
cd
A
change directory
5
Q
ls
A
list directory
6
Q
pushd
A
push directory
7
Q
popd
A
pop directory
8
Q
cp
A
copy a file or directory
9
Q
robocopy
A
robust copy
10
Q
mv
A
move a file or directory
11
Q
more
A
page through a file
12
Q
type
A
print the whole file
13
Q
forfiles
A
run a command on lots of files
14
Q
dir -r
A
find files
15
Q
select-string
A
find things inside files