-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
GNU:
$ cp -Z
cp: Missing files to be operated on
Please try executing 'cp -- help' to obtain more information.uutils:
$ cp -Z
error: unexpected argument '-Z' found
tip: to pass '-Z' as a value, use '-- -Z'
Usage: cp [OPTION]... [-T] SOURCE DEST
cp [OPTION]... SOURCE... DIRECTORY
cp [OPTION]... -t DIRECTORY SOURCE...
For more information, try '--help'.
$ cp -- -Z
cp: missing destination file operand after "-Z"Reactions are currently unavailable