エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Script to create individual zip files for each .txt file it finds and move them after
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Script to create individual zip files for each .txt file it finds and move them after
I need a shell script that basically does this: Searches in a folder for all the txt files, and f... I need a shell script that basically does this: Searches in a folder for all the txt files, and for each one it finds, creates a individual zip file with the same of the txt file it found + .zip. After that moves the created zip file to the txt file. Basically its a script to substitute a list of txt files for its zip equivalent but keeping the same name. I've have used find to find the files that