aboutsummaryrefslogtreecommitdiff
path: root/mkmv.1
blob: 70877696dafcebea8770b983f69516e17edbe028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.Dd $Mdocdate$
.Dt mkmv 1
.Os
.
.Sh NAME
.Nm mkmv
.Nd move files to new directory
.
.Sh SYNOPSIS
.Nm
.Fl t Ar target
.Ar file ...
.
.Sh DESCIPTION
.Pp
.Nm
moves the specified files into a new directory named
.Ar target .
It correctly handles the (not uncommon) case
where one of the moved files has the same name
as the target directory.

Note that
.Nm
does not support the argument syntax of
.Xr mv 1 .
The explicit
.Fl t
flag is obligatory.
.
.Sh AUTHORS
.Pp
.Nm
is written by John Ankarström
.Aq Mt john (at) ankarstrom.se .