diff --git a/osx/cp.md b/osx/cp.md new file mode 100644 index 0000000000..141b04276c --- /dev/null +++ b/osx/cp.md @@ -0,0 +1,11 @@ +# cp + +> Copies a file + +- copy files in arbitrary locations + +`cp {{/path/to/original}} {{/path/to/copy}}` + +- copy a file to a parent directory + +`cp {{/path/to/original}} ../{{/path/to/copy}}`