Linux find & cp 查找文件并拷贝到指定位置

Linux find & cp 查找文件并拷贝到指定位置

find -mtime -1 -type f | xargs cp -t inner/

猜你喜欢

转载自crabdave.iteye.com/blog/2303153