Command Line Commands - Reverse Flashcards
23
Q
my computer’s network name
A
hostname
24
Q
Print working directory
A
pwd
25
Q
make directory
A
mkdir
26
Q
change directory
A
cd
27
Q
takes output from command on the left, and runs command on the right on it
A
(pipe)
28
Q
matches anything in a wildcard like *.txt
A
*
29
Q
Takes command of the file on the left, and writes it to the file on the right.
A
>
30
Q
Takes ouput from command on the left, and appends it to the file on the right.
A
>>
31
Q
list directory
A
ls
32
Q
remove directory
A
rmdir
33
Q
push directory
A
pushd
34
Q
pop directory
A
popd
35
Q
copy a file or directory
A
cp
36
Q
robust copy
A
robocopy
37
Q
move a file or directory
A
mv