jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
18.51k stars 743 forks source link

mv: unrecognized option '--cp' #1822

Closed c79cea05 closed 4 months ago

c79cea05 commented 4 months ago

Environment details (Put x in the checkbox along with the information)

Exact steps to reproduce the issue

$ mkdir -p /tmp/nnn_bug/{a,b} $ touch /tmp/nnn_bug/a/c $ nnn /tmp/nnn_bug press + h j l v

git bisect shows that commit b392dd372342edbd80bb05c9fffeea47da11d95a is the cause.

N-R-K commented 4 months ago

Does https://github.com/jarun/nnn/pull/1821 fix your issue?

c79cea05 commented 4 months ago

Does #1821 fix your issue?

Yes