Eli Youngs

Results 2 comments of Eli Youngs

I think `--remove-destination` is a red herring, and the issue here is how the flags `-a` and `--attributes-only` interact. ``` printf '1' > file1 ln -s file1 sym1 cp --attributes-only...