简体   繁体   中英

how to get the already copied files' list when using cp command in the bash shell?

When I use the cp command in the bash shell with the --update options, which copy only when the source file is newer than the destination file.

I don't know how to get the already copied files list.

Any suggestion will be appreciated. Thanks.

cp -v

From the man page

-v, --verbose

  explain what is being done 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM