-
Notifications
You must be signed in to change notification settings - Fork 744
Add support for cp -P option #413
Copy link
Copy link
Closed
Description
This is the opposite of the -L option. -P is actually not the default on bash, since it's -L by default for copying files, and -P by default for copying directories recursively.
Also, adding the -P option will help in case any bugs arise with cp -L, since we can direct people to use that until we fix them.
Edit: I originally wrote -p, but this should be -P
Reactions are currently unavailable