Rsync 同步文件
$ rsync -a -r --no-i-r --info=progress2 --info=name0 \ --no-owner --no-group --no-perms \ <SOURCE> \ <TARGET>
查看 Debian 更新源文件及内容
$ find \ /etc/apt/sources.list \ /etc/apt/sources.list.d/ \ -type f \ -exec echo -e "\n$ cat {}" \; -exec cat {} \;
Author:
ismdeep
Date: March 6, 2025 20:51:21
License:
Copyright (c) 2021 CC-BY-NC-4.0 LICENSE