mv.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
mv.1 (544B) | |
--- | |
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 The | |
34 .Nm | |
35 utility is compliant with the | |
36 .St -p1003.1-2013 | |
37 specification except from the | |
38 .Op Fl i | |
39 flag. |