Timeline for Wildcards: How to exclude a string? (Does not contain)
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 28, 2020 at 21:39 | comment | added | Heiko |
Thanks man, that finally worked! Even with combined lower + upper case option ls !(*[Tt][Ee][Ss][Tt]*)
|
|
| Dec 28, 2020 at 21:36 | vote | accept | Heiko | ||
| Dec 28, 2020 at 21:13 | comment | added | Arkadiusz Drabczyk | @ilkkachu: thx, applied | |
| Dec 28, 2020 at 21:13 | history | edited | Arkadiusz Drabczyk | CC BY-SA 4.0 |
added 1 character in body
|
| Dec 28, 2020 at 21:12 | comment | added | ilkkachu |
Make it !(*test*) to exclude anything with test in the front, middle or end. !(*test) would only exclude names where test appears at the end.
|
|
| Dec 28, 2020 at 21:00 | history | answered | Arkadiusz Drabczyk | CC BY-SA 4.0 |