怎么匹配路径里不带 spec 的文件

这样是匹配带 spec 的,如果我要匹配所以不以 spec.tsx 结尾的 tsx 文件,该怎么写?

find **/*.spec.tsx

不是 webpack 配置。是 styleguidist 配置。

https://react-styleguidist.js...


慕慕森
浏览 499回答 2
2回答

蝴蝶不菲

**/!(*.spec).tsx

慕姐4208626

"!"  非它 不就可以了试试这个。find xx文件下 -type f |grep -v '!/\w*.tsx$/' /etc/group
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript