Crate uu_mv

Source

Structs§

Options
Options contains all the possible behaviors and flags for mv.

Enums§

BackupMode
Available backup modes.
OverwriteMode
specifies behavior of the overwrite flag
UpdateMode
Available update mode

Functions§

mv
Execute the mv command. This moves ‘source’ to ‘target’, where ‘target’ is a directory. If ‘target’ does not exist, and source is a single file or directory, then ‘source’ will be renamed to ‘target’.
uu_app
uumain