diff --git a/SC2012.md b/SC2012.md index 978e8d6..00eeb1e 100644 --- a/SC2012.md +++ b/SC2012.md @@ -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"