From bb05dc381188252a7c116b39f3b28313fc876262 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Thu, 28 May 2020 22:34:36 +0800 Subject: [PATCH] Updated SC2039 (markdown) --- SC2039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2039.md b/SC2039.md index 9daf4ac..4280e8c 100644 --- a/SC2039.md +++ b/SC2039.md @@ -201,7 +201,7 @@ POSIX: ```sh echo "$TERM" | sed -e 's/-256.*$//g' -# Special case for this since we are matching the end: +# Special case for this since we are matching the end (the start [#] also works): echo "${TERM%-256*}" ```