想要列出所有包含“def test”的python测试脚本
当单个命令有效时,此命令行无效
find . -name "*.py" | grep "def test"
grep find
find ×1
grep ×1