Function uu_mv::mv

source ·
pub fn mv(files: &[OsString], opts: &Options) -> UResult<()>
Expand description

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