2018-02-01 Linux unzip 的后悔药 引子疏忽导致在家目录做了 unzip 操作, 需要撤销: 1234# workunzip -l filename | awk 'BEGIN { OFS="" ; ORS="" } ; { for ( i=4; i<NF; i++ ) print $i " "; print $NF "\n" }' | xargs -I{} rm -v {}# more readablezipinfo -1 /path/to/zip/file.zip | xargs -d '\n' rm -i refshttps://superuser.com/questions/384611/how-to-undo-unzip-command Newer 小米武研 web 后端开发面试杂记 Older 公众号开发 - 保证不超过 5 秒 (fpm + nginx)