Commands Help : mv

  •   move (rename) files

[SYNOPSIS] mv OPTION SOURCE DEST
option
-iprompt before overwrite
# mv -i file /etc
-fdo not prompt before overwriting
# mv -f file /etc
-blike --backup but does not accept an argument
# mv -b file /etc
-umove only when the SOURCE file is newer than the destination file or when the destination file is missing
# mv -u file /etc

Comments

Popular posts from this blog

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators