240 发简信
IP属地:德克萨斯州
  • Linux中批量压缩当前文件夹内的子文件夹

    源自网络,做了一点修改,将文件夹名中的空格替换为下划线。 #!/bin/bash rename 's/ /_/g' * for dir in `...

    1.3 5755 0 52