diff --git a/3-Add-simulated-motors.md b/3-Add-simulated-motors.md index 45bbb9d4ab399d9f12f88777829b03e592a62f0a..cbeb5d74a491be671900d498c7eb0a90080c36b5 100644 --- a/3-Add-simulated-motors.md +++ b/3-Add-simulated-motors.md @@ -214,6 +214,14 @@ Confirm that motor settings are being saved ``` $ 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**. + +</details> + <details> <summary>output</summary> @@ -237,6 +245,8 @@ autosave/built_settings.req:file asyn_motor_settings.req P=kmp:,N=8,M="m8",DTYP= ``` </details> + + ### 3.4 Launch motor screen Do the following: