我有以下命令:
grep -r theme.colors.* app
应打印出正则表达式后的所有文件和所有单词。
预期输出:
app/components/dynamicForm/styles.js: theme.colors.text.subtitle
但是,我得到的输出如下:
app/components/dynamicForm/styles.js: color:{ header: theme.colors.text.subtitle},
你能告诉我我在哪里犯错吗?