Typo.

Matthew O. Persico
2019-04-04 17:44:26 -04:00
parent b46fd58c69
commit cd51c087cb

@@ -70,7 +70,7 @@ $ find .snapshot -maxdepth 1 ! -name .snapshot
.snapshot/snapmirror.1501b4aa-3f82-11e8-9c31-00a098cef13d_2147868328.2019-04-01_190000
```
**Note:** If the directory argument to find is a fully expressed path (`/home/somedir/.snapshot`), then you should use `basename` on the `-name` filter:
**Note:** If the directory argument to `find` is a fully expressed path (`/home/somedir/.snapshot`), then you should use `basename` on the `-name` filter:
```
$ theDir="$HOME/.snapshot"