Skip to content
Snippets Groups Projects
Commit 5914e926 authored by rodolakis's avatar rodolakis
Browse files

3.3 explanation

parent 0912f841
No related branches found
No related tags found
1 merge request!2Fanny whatdoesitmean
...@@ -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**.
</details>
<details> <details>
<summary>output</summary> <summary>output</summary>
...@@ -237,6 +245,8 @@ autosave/built_settings.req:file asyn_motor_settings.req P=kmp:,N=8,M="m8",DTYP= ...@@ -237,6 +245,8 @@ autosave/built_settings.req:file asyn_motor_settings.req P=kmp:,N=8,M="m8",DTYP=
``` ```
</details> </details>
### 3.4 Launch motor screen ### 3.4 Launch motor screen
Do the following: Do the following:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment