You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In POSIX cp would just overwrite a file by default, without requiring the -f option. This quite surprised me. Was this done to make the cp behaviour a bit saver? In that case, would it be possible to mention this in the docs?