Updated SC2039 (markdown)

Mingye Wang
2020-05-28 22:34:36 +08:00
parent e399703dab
commit bb05dc3811

@@ -201,7 +201,7 @@ POSIX:
```sh ```sh
echo "$TERM" | sed -e 's/-256.*$//g' 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*}" echo "${TERM%-256*}"
``` ```