Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created October 31, 2013 17:24
Show Gist options
  • Save cgkio/7253614 to your computer and use it in GitHub Desktop.
Save cgkio/7253614 to your computer and use it in GitHub Desktop.
Copying, Moving, Renaming, & Removing Files (shell)
# copying/renaming
$ cp file file2
# moving/renamming
$ mv file file2
# removing files
$ rm file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment