How can I extract an archive with the archive's name as a directory to a path?

前端 未结 0 1565
栀梦
栀梦 2020-12-09 23:28

I found this command. for f in *.zip; do unzip -d "${f%*.zip}" "$f"; done

I want something similar to this, but I want to extract my

相关标签:
回答
  • 消灭零回复
提交回复
热议问题