Hacker News new | ask | show | jobs
by poopypoopington 1641 days ago
Lol, I think it stands for "move" because you can do something like "mv foo bar/foo", but you can also use it to rename with mv foo bar.
1 comments

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.
The logic alternative would be 'rename', so... 'rn'?

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