From 6bb6eba38797a6319e2a9995ccc7c0db2fdf1ec8 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:16:53 +0100 Subject: [PATCH] Updated SC2013 (markdown) --- SC2013.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2013.md b/SC2013.md index 54b4221..a2e585e 100644 --- a/SC2013.md +++ b/SC2013.md @@ -1,4 +1,4 @@ -# To read lines rather than words, pipe/redirect to a 'while read' loop. +## To read lines rather than words, pipe/redirect to a `while read` loop. ### Problematic code: