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'