Skip to content

Commit

Permalink
Update 04-pipefilter.md
Browse files Browse the repository at this point in the history
Rearranged the Objectives of the episode to match the current discussion, in order of appearance.

Need some edits more to emphasize the UNIX filters 'philosophy', i.e. 'programs that do one thing, and do it well'.
  • Loading branch information
themkots committed Apr 11, 2024
1 parent 5507316 commit ecc129b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions episodes/04-pipefilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ exercises: 10

::::::::::::::::::::::::::::::::::::::: objectives

- Explain the advantage of linking commands with pipes and filters.
- Combine commands in more than one stages to get new output
- Redirect a command's output to a file.
- Construct command pipelines with two or more stages.
- Explain what usually happens if a program or pipeline isn't given any input to process.
- Explain the advantage of linking commands with pipes and filters.

::::::::::::::::::::::::::::::::::::::::::::::::::

:::::::::::::::::::::::::::::::::::::::: questions

- How can I combine existing commands to do new things?
- How can I produce various forms of the output of existing commands? How to show only part of the output? ( -> command line switches and pipes)
- How can I combine existing commands to do new things? ( -> pipes)

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down

0 comments on commit ecc129b

Please sign in to comment.