Extra Credit #2 | |
---|---|
Complete the following for more points. This can be used to make up
points you missed on a quiz or assignment.
(NOTE** This does NOT cover a full assignment or quiz if you missed doing them) A key skill in Linux/UNIX is the ability to create a command that examines a large pool of information, extracts a subset of information from it and stores the result in a file for later examination. This is a combination of the pipe command and the re-direct command like: |
|
$ dpkg -l | grep gimp > gimp-packages.txt
Prove your mastery of this skill by creating 5 such commands |
|
Send me:
the last 4 commands "MUST" append their results to the first file created |