powershell 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
RMDIR
A
remove directory
7
Q
PUSHD
A
push directory
8
Q
POPD
A
pop directory
9
Q
CP
A
copy a file or directory
10
Q
MV
A
move file or directory
11
Q
LESS
A
page through a file
12
Q
CAT
A
print the whole file
13
Q
XARGS
A
execute arguments
14
Q
FIND
A
find files
15
Q
GREP
A
find things inside files