Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将所有文件夹复制到远程机器上fabric,通常我可以使用该功能put,但我只想复制文件夹中的python文件而不是.pyc文件,那么我该如何处理?谢谢
fabric
put
.pyc
对于远程模式,您可以通过输入仅检索.py 文件:
find /some/path -name '*.py'