当前目录进行zip打包

linux 

#!/bin/bash# 如果存在应该删除 .DS_Store find . -name .DS_Store -exec rm {} \;for file in $(ls ./)do zip -r "$file.zip" $file echo $file

字符串去重

linux 

字符串去重在线去重网址TextMechanic - https://textmechanic.com/text-tools/basic-text-tools/remove-duplicate-lines/jsrun - http://jsrun.net/app/iVqKp本地去重在 Linux 中,

时间系统备份

linux 

时间系统备份我这几天使用了很多款的时间备份工具,macos专门使用时间备份,windows所使用dism和他自带的系统备份软件最后就是linux所使用的rsync,基于rsync的timeshift,基于系统压缩的tar文件压缩等。时间备份和dism都是可以使用可视化进行备份的。linux rsyn