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.
zip次のようなファイルを圧縮するコマンドを使用していますzip -r - file1 file2 file3
zip
zip -r - file1 file2 file3
ただし、圧縮する前に、これらのファイルの名前を変更したいと考えています。
これをパイプする方法があるかどうか、またはzipに追加されているファイルの名前を何らかの方法で変更する方法があるかどうか、誰かが知っていますか?
出力される xyz.zip フォルダーにカスタマイズされた名前を提供することが可能です。ただし、ZIP アクションを処理するための入力を取得する前に、入力ファイルの名前を変更する必要があります。
以下は、archivefile1.zip ファイルを作成する可能な方法です。
zip -r archivefile1 . zip -r archivefile1 .* * zip -r archivefile1 .*