Public
Authored by Guillaume Charbonnier 🙄

Copy content of one local directory to another preserving everything

This snippet can be used when you need to copy content of a folder to another local folder. Advantage compared to cp are:

  • copy of hidden files
  • md5 checksum of files to check difference
  • preservation of ACL
copy_local_src_to_local_dest.sh 48 Bytes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment