Lesson 20: This is not a Pipe
Outline:
- File systems and relevant Unix commands
- file organization
- navigation in Unix:
cd
,pwd
,ls
- creating new files/folders:
mkdir
,touch
- moving files:
cp
,scp
- removing files:
rm
- Command input/output
echo
cat
- redirecting input/output via
<
and>
- chaining multiple commands via
|
(a.k.a. a “pipe”) - examples: see the Assignment 6 writeup
- More Unix commands
wc
grep
wget
ps
top
Reading assignment (to be completed by the next class):
- Bryant & O’Halloran Sec. 8.2–8.4 (p. 732–756)