3 articles
Wednesday, Dec 6, 2023
rsync排除指定的目录和指定字符开头的文件 rsync -avz --exclude '@' --exclude '' --exclude 'movie' --exclude 'git' /volume1/ /volumeUSB1/usbshare/ rsync -avz --exclude ...
Wednesday, Aug 31, 2022
sublime text 批量删除 指定字符的行,亲测可用 比如某个文件里面包含众多带有“时长”字符的行,这些行里面的数据是无用的, 那么几千行,不可能一个手工删除吧,简单,使用sublime text 正则即可批量删除带有“时长”字符的行。 sublime text - find-Replace,...
Monday, Jun 6, 2022
使用Shell清空檔 Linux 通過shell清空檔的多種方式,常用的方法,如下表 | 方法 | 描述 ...