$linuxcli.in _    [commands]    [tips & tricks]    [manpage]    [ESXi CLi]    [what is my ip?]    [pingme!]    [BIOS lock code]    [Code repo]




mv -


    
    BusyBox v1.29.3 (2018-11-02 15:37:50 PDT) multi-call binary.
    Usage: mv [-fin] SOURCE DEST
    or: mv [-fin] SOURCE... DIRECTORY
    Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY
    	-f	Don't prompt before overwriting
    	-i	Interactive, prompt before overwrite
    	-n	Don't overwrite an existing file