From 735c0376293a95ea6f7824e38757dfce4f492780 Mon Sep 17 00:00:00 2001 From: themkots <70752441+themkots@users.noreply.github.com> Date: Fri, 12 Apr 2024 07:05:44 +0100 Subject: [PATCH] Update episodes/04-pipefilter.md Co-authored-by: Benson Muite --- episodes/04-pipefilter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/episodes/04-pipefilter.md b/episodes/04-pipefilter.md index bd307e654..0f90a925c 100644 --- a/episodes/04-pipefilter.md +++ b/episodes/04-pipefilter.md @@ -15,7 +15,8 @@ exercises: 10 :::::::::::::::::::::::::::::::::::::::: questions -- 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 produce a desired output? +- How can I show only part of the output? - How can I combine existing commands to do new things? ( -> pipes) ::::::::::::::::::::::::::::::::::::::::::::::::::