2016-07-08-clone-folder.md 226 B


title: Clone folder

categories: bits

We can clone a folder with all it's contents, including hidden files, as well as preserving all file attributes with:

$ cp -a /path/original/folder/. /cloned/folder/