Hacker News new | ask | show | jobs
by silisili 1649 days ago
This one always bothered me a little, pedantically. mv should, well, physically move things. It does when you cross partition or disk boundaries, of course. But doesn't when using it like a rename. I get the point, it just feels strange.
1 comments

The logic alternative would be 'rename', so... 'rn'?

The issue there is that's dangerously close to 'rm'! I'll stick to 'mv' thanks.