mv.1 (496B)
1 .Dd October 8, 2015 2 .Dt MV 1 3 .Os sbase 4 .Sh NAME 5 .Nm mv 6 .Nd move files and directories 7 .Sh SYNOPSIS 8 .Nm 9 .Op Fl f 10 .Ar source ... 11 .Ar dest 12 .Sh DESCRIPTION 13 .Nm 14 moves each 15 .Ar source 16 to 17 .Ar dest . 18 If only one 19 .Ar source 20 is given and 21 .Ar dest 22 is not a directory, 23 .Nm 24 overwrites the latter with the former. 25 .Sh OPTIONS 26 .Bl -tag -width Ds 27 .It Fl f 28 Do not prompt before overwriting. 29 .Ar dest . 30 Prompting has not been implemented yet. 31 .El 32 .Sh STANDARDS 33 POSIX.1-2013. 34 Except for the unsupported 35 .Fl i 36 flag.