You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\| is not supported by POSIX Basic Regular Expressions (BRE). Another
way is to use newline to separate the two matches in `grep` pattern,
but this is not a commonly-used approach. We instead use `sed` to
remove the two matches separately.
0 commit comments