Skip to content

Add support for cp -P option #413

@nfischer

Description

@nfischer

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions