You could try find . -regex '.*myfile[0-9][0-9]?'. or find . \( -name "myfile[0-9][0-9]" -o -name "myfile[0-9]" \). ... <看更多>
find regex 在 Regular Expressions (Regex) Tutorial: How to Match Any ... 的推薦與評價
In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text ... ... <看更多>
find regex 在 How to use regex with find command? - Stack Overflow 的推薦與評價
... <看更多>
相關內容