Pwd Flashcards
0
Q
cd
A
change directory
1
Q
pwd
A
print working director
2
Q
ls
A
list directory
3
Q
rmdir
A
remove directory
4
Q
pushd
A
push directory
5
Q
popd
A
pop directory
6
Q
cp
A
copy a file or directory
7
Q
mv
A
move a file or directory
8
Q
less
A
page through a file
9
Q
cat
A
print the whole file
10
Q
xargs
A
execute arguments
11
Q
find
A
find files
12
Q
grip
A
find things inside files
13
Q
man
A
read a manual page
14
Q
apropos
A
find what man page is appropriate