我正在尝试在当前和所有子文件夹中grep多个扩展.
grep -i -r -n 'hello' somepath/*.{php,html}
这只是当前文件夹而不是子文件夹.
这样做的好方法是什么?
grep
grep ×1