when i use mv command in aix to move a file to a destination directory ,it should fail if another file with the same name exists in that destination. But what happens now is it replaces the file in destination. Pls help.Is there any other command should i use or how should i use mv command.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as off topic by Shawn Chin, casperOne♦ Jan 2 at 16:24
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Something like this:
This will move the file named f1 only if it is not present in the target directory |
|||
|
|
|
Many versions of
If you are moving multiple files, you can do:
|
|||
|
|