From b26cf1de0d88322bbb0e86661d5b7c75c05a1a55 Mon Sep 17 00:00:00 2001 From: themkots <70752441+themkots@users.noreply.github.com> Date: Fri, 12 Apr 2024 07:05:32 +0100 Subject: [PATCH] Update episodes/04-pipefilter.md Co-authored-by: Benson Muite --- episodes/04-pipefilter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-pipefilter.md b/episodes/04-pipefilter.md index dd7f81bed..bd307e654 100644 --- a/episodes/04-pipefilter.md +++ b/episodes/04-pipefilter.md @@ -7,7 +7,7 @@ exercises: 10 ::::::::::::::::::::::::::::::::::::::: objectives - Explain the advantage of linking commands with pipes and filters. -- Combine commands in more than one stages to get new output +- Combine sequences of commands to get new output - Redirect a command's output to a file. - Explain what usually happens if a program or pipeline isn't given any input to process.