💾 Archived View for bbs.geminispace.org › s › bash › 14886 captured on 2024-07-09 at 04:52:49. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-06-16)

➡️ Next capture (2024-08-18)

🚧 View Differences

-=-=-=-=-=-=-

About grep --exclude

Colud this grep option be problematic?

--exclude=*{.bak,_bkp}

I'd seen more expressions like:

--exclude=*.{bak,bkp}

But they doesn't cover the "file.txt_bkp" posibility.

#grep

Posted in: s/bash

☯️ leoperbo

Feb 11 · 5 months ago

1 Comment

👾 ed · Feb 13 at 11:08:

does this work like v/V in ed(1)?