Skip to content

Instantly share code, notes, and snippets.

@jimmyz
Created July 31, 2009 00:57
Show Gist options
  • Select an option

  • Save jimmyz/159025 to your computer and use it in GitHub Desktop.

Select an option

Save jimmyz/159025 to your computer and use it in GitHub Desktop.
Here's how to do a cp without requesting those stinkin' ._ (dot underscore) files (like if you are copying them to WebDAV or another network mounted drive).
cp -X [file] [destination]
This took me forever to find.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment