From 330f47a2b56acaa37024c6e8b31b9b4cfcabaeec Mon Sep 17 00:00:00 2001 From: Jordan Parker Date: Wed, 29 Jan 2014 11:22:52 +0000 Subject: [PATCH] updated cp.md --- osx/cp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osx/cp.md b/osx/cp.md index 2cbf942aba..d35d55387d 100644 --- a/osx/cp.md +++ b/osx/cp.md @@ -2,10 +2,10 @@ > Copies a file -- make a duplicate in the same directory +- copy files in arbitrary locations -`cp {{filename}} {{new_filename}}` +`cp {{/path/to/original}} {{/path/to/copy}}` - copy a file to a parent directory -`cp {{filename}} /{{new_filename}}` +`cp {{/path/to/original}} /{{/path/to/copy}}`