Draymonders / Code-Life

The marathon continues though.
27 stars 3 forks source link

linux 事件处理 #21

Open Draymonders opened 4 years ago

Draymonders commented 4 years ago
Draymonders commented 4 years ago

- Command-line Tools can be 235x Faster than your Hadoop Cluster

Draymonders commented 4 years ago

简单粗暴版

cat *.pgn | grep "Result" | sort | uniq -c

Draymonders commented 4 years ago

xargs

find . -name "1.txt" -maxdepth 2 | xargs rm -rf {} \;