我目前使用BusyBox的v1.16.2和CP命令不提供更新選項: ...
-u, --update
copy only when the SOURCE file is newer than the destination file
or when the destination file is missing
有什麼選擇? 我想使用find --newer參數,但我想弄清楚如何做到這一
例如,我想c爲拷入AB /不改變A/B成一個文件夾C: $ mkdir /a /b /ab /b/b
$ ln -s /ab /a/b
$ touch /b/b/c
$ ls -Rl
.:
total 12
drwxrwxr-x 2 a
drwxrwxr-x 2 ab
drwxrwxr-x 3 b
./a:
total 0
lrwxrwxrwx 1 b -> ab
./