39163f1a63efc1bc7c9f97056eea2d4961c7a900
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\347\233\264\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\201\256\343\203\225\343\202\241\343\202\244\343\203\253\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 -maxdepth 1 -type f -name "*.py" | wc -l |
|
| 3 | +``` |
|
| ... | ... | \ No newline at end of file |