mv -n src.txt dst.txt

Category: File Operations

mv -n src.txt dst.txt

Move without overwriting existing files

Moves without overwriting existing files at the destination. -n means 'no-clobber'.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.