Crate uu_mv

source ·

Structs§

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

Enums§

Functions§

  • 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’.