( IFS=$'\n'; for i in `ls`;do zip -r $i.zip $i; done; )
ディレクトリの名前にスペースがあるときも対応。
Go to list of users who liked
More than 5 years have passed since last update.
( IFS=$'\n'; for i in `ls`;do zip -r $i.zip $i; done; )
ディレクトリの名前にスペースがあるときも対応。
Register as a new user and use Qiita more conveniently
Go to list of users who liked