X"? is there a better way to match wildcards in such example? (i.e. x/**/*.{c,cpp,h})
only 1 way to find out
use find
grep has a file argument btw
I used awk
I would just use something like grep 'X' *.js
Обсуждают сегодня