- 博客(1)
- 收藏
- 关注
原创 linux批量解压zip
find -type f -name "*.zip" -exec bash -c 'filename="${1#./}"; unzip "$filename" -d "${filename%.zip}" ' bash {} \;
2024-05-07 17:10:41
198
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人