发布于2019年2月16日2021年12月5日 由lingbocopy files on freenas 1 find /mnt/vol1/ptdataset/ptuser/download/ -name ‘*.mp4’ -print0 | xargs -0 -I% cp -nrsv % /mnt/vol1/lnk/ 拷贝整个目录并创建硬链接 1 cp -al <origdir> <newdir>