ls | grep -v __init__.py | xargs -n 1 cp -v __init__.py表述将__init__.py 复制到当前目录的所有文件夹当中 xargs -n 1 表示每次传递给cp 的参数的个数