mv command

The mv command allows you to move and rename files.

Syntax

The syntax for the mv command is:
mv [options] sources target

Options

OptionDescription
-fForces the move.
-iPrompt for a confirmation before overwriting any files.

Example

mv -f tech /usr

Comments

Popular posts from this blog

gsutil Vs Storage Transfer Service Vs Transfer Appliance

SQL basic interview question