Timeline for How to match case insensitive patterns with ls?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 3, 2018 at 10:06 | review | Suggested edits | |||
| Oct 3, 2018 at 10:56 | |||||
| Aug 9, 2018 at 17:08 | comment | added | Kusalananda♦ | @Omi Additionally, regular expressions are for text, specifically lines of text. Filenames may contain newlines. | |
| Aug 9, 2018 at 16:50 | comment | added | Omi | Pattern matching has a better performance compared to grep because grep needs to gather everything and then filter. Has a noticeable difference when working with larger folder. | |
| Feb 25, 2016 at 15:14 | history | answered | AReddy | CC BY-SA 3.0 |