1
SoloCompany 2015-07-27 23:43:13 +08:00
grep
|
2
fantasyczl 2015-07-28 16:40:08 +08:00
find . -name '*.txt' | xargs grep -n 'reg'
|