pmv 0.4.1

Pattern based mv(1)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Design Notes


## Flags and behavior


The program's behavior according to the flags are shown below:

| `-n` | `-i` | `-v` | Verbose? | Prompt? | Moves? |
| ---- | ---- | ---- | -------- | ------- | ------ |
| -    | -    | -    | No       | No      | Yes    |
| -    | -    | x    | Yes      | No      | Yes    |
| -    | x    | -    | Yes      | Yes     | If "y" |
| x    | -    | -    | Yes      | No      | No     |
| -    | x    | x    | Yes      | Yes     | If "y" |
| x    | x    | -    | Yes      | No      | No     |
| x    | -    | x    | Yes      | No      | No     |
| x    | x    | x    | Yes      | No      | No     |