mv command examples
$ mv -i file1 file2
Note: mv -f is just the opposite, which will overwrite file2 without
prompting.
mv -v will print what is happening during file rename, which is useful
while specifying shell metacharacters in the file name argument.
$ mv -v file1 file2
0 comments:
Post a Comment