Created
July 31, 2009 00:57
-
-
Save jimmyz/159025 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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