How to remove all subdirectories? (unix shell scripting)

后端 未结 0 1205
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-15 05:40

I have a directory called "cdrs-roaming". Everyday I receive one or more .zip files and unzip them with this:

#!/bin/bash
for i in *.zip
do
    j=${         


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