Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下子目录的目录:
01abc 01abb 01abc 01abd ... 01abz
我想要做的是grep除range子目录之外的所有文件夹名称
range
01abw 01abx 01aby 01abz
所以我想知道如何才能grep剩下的文件?
grep
也许我误解了你的问题,但它看起来很简单:
01ab[a-v]