Command Line OSX reverse Flashcards
2
Q
print working directory
A
pwd
3
Q
my computer’s network name
A
hostname
4
Q
make directory
A
mkdir
5
Q
change directory
A
cd
6
Q
list directory
A
ls
7
Q
remove directory
A
rmdir
8
Q
push directory
A
pushd
9
Q
pop directory
A
popd
10
Q
copy a file or directory
A
cp
11
Q
move a file or directory
A
mv
12
Q
page through a file
A
less
13
Q
print the whole file
A
cat
14
Q
execute arguments
A
xargs
15
Q
find files
A
find
16
Q
find things inside files
A
grep