<div dir="ltr"><div dir="ltr">On Fri, Sep 27, 2024 at 7:30 PM Ronald Barnes via kwlug-disc <<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'd even asked ChatGPT (4o mini) this question and its answer was quite <br>
good, but it still didn't trigger understanding:<br>
<br>
> The grep [t]mux command searches for the term "tmux". The square<br>
> brackets around the "t" create a character class that matches the<br>
> letter "t". This means that it will match "tmux" but not the literal<br>
> string "grep tmux".<br>
<br>
I was really dumb this week.<br></blockquote><div><br></div><div>Not at all! <br></div><div><br></div><div>In this case ChatGPT is wrong as it often is. The command "grep [t]mux" does match the literal string "grep tmux". What it doesn't match is the literal string "grep [t]mux".<br></div></div></div>