@@ -214,6 +214,14 @@ Confirm that motor settings are being saved
...
@@ -214,6 +214,14 @@ Confirm that motor settings are being saved
```
```
$ grep motor autosave/built_*.req
$ grep motor autosave/built_*.req
```
```
<details>
<summary>what does grep mean?</summary>
The command `grep motor autosave/built_*.req` searches for the string "motor" within the contents of files that match the pattern **autosave/built_*.req**.