0

I have a following command:

grep -r theme.colors.* app

Which should print all the files and all words that follow the regexp.

Expected output:

app/components/dynamicForm/styles.js: theme.colors.text.subtitle

However, the output that I get is the following:

app/components/dynamicForm/styles.js: color:{ header: theme.colors.text.subtitle},

Can you tell me where am I making mistake?

uksz
  • 17,499
  • 30
  • 89
  • 153

0 Answers0