pmv.1 (1413B)
1 .\" 2 .\" Copyright (c) 2023 Jacob R. Edwards <jacob@jacobedwards.org> 3 .\" 4 .\" Permission to use, copy, modify, and distribute this software for any 5 .\" purpose with or without fee is hereby granted, provided that the above 6 .\" copyright notice and this permission notice appear in all copies. 7 .\" 8 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 .\" 16 .Dd April 13, 2023 17 .Dt PMV 1 18 .Os 19 .Sh NAME 20 .Nm pmv 21 .Nd pipe move 22 .Sh SYNOPSIS 23 .Nm 24 .Op Fl bmv-flags 25 .Ar command 26 .Op Ar argument ... 27 .Sh DESCRIPTION 28 The 29 .Nm 30 utility is a program which takes a list of names and produces a second list using the given 31 .Ar command , 32 passing both to 33 .Xr bmv . 34 .Pp 35 The options are the same as those of 36 .Xr bmv. 37 .Sh EXIT STATUS 38 .Ex -std 39 .Sh EXAMPLES 40 .Pp 41 Replace all instances of 'bmv' within the files in the current 42 directory with 'pmv': 43 .Pp 44 .Dl $ ls | pmv sed s/bmv/pmv/g 45 .Pp 46 .Sh SEE ALSO 47 .Xr pmv 1 , 48 .Xr cp 1 49 .Sh AUTHORS 50 .An Jacob R. Edwards Aq Mt jacob@jacobedwards.org