Skip to content

Commit

Permalink
Merge pull request #1456 from themkots/patch-1
Browse files Browse the repository at this point in the history
Update 04-pipefilter.md to reflect current episode structure
  • Loading branch information
bkmgit committed Apr 12, 2024
2 parents 5507316 + 01aa637 commit 8068927
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 sequences of commands 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 combine existing commands to produce a desired output?
- How can I show only part of the output?

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

Expand Down

0 comments on commit 8068927

Please sign in to comment.