c20490fb302e99611863bf3163fc11b6ffda1e7b
bash/\347\211\271\345\256\232\343\201\256\343\203\207\343\202\243\343\203\254\343\202\257\343\203\210\343\203\252\344\273\245\344\270\213\343\200\201\347\211\271\345\256\232\343\201\256\346\213\241\345\274\265\345\255\220\343\203\225\343\202\241\343\202\244\343\203\253\343\201\256\345\220\210\350\250\210\350\241\214\346\225\260\343\202\222\345\217\226\345\276\227\343\201\231\343\202\213.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | +```bash |
|
| 2 | +$ find /path/to/dir -type f -name "*.py" -print0 | xargs -0 wc -l |
|
| 3 | +``` |