Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 253 Bytes

cp.md

File metadata and controls

11 lines (7 loc) · 253 Bytes

cp

Copy directory and file structure without any file contents

To mirror the entire directory structure of one path to another, run:

cp -r --attributes-only <source> <dest>

All of the files created in the <dest> path will be empty.