Here are some common options for the mv command:
-f: Force move without prompting for confirmation, even if it overwrites an existing file.-i: Interactive mode; prompts for confirmation before overwriting an existing file.-n: Do not overwrite an existing file; if the destination file exists, the move will not occur.-v: Verbose mode; provides detailed output of what the command is doing.
These options can help you customize the behavior of the mv command based on your needs.
