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*}" ```