From 5914e9265d70218bb3442968bf9c9328b484685f Mon Sep 17 00:00:00 2001 From: Fanny Rodolakis <rodolakis@anl.gov> Date: Thu, 25 May 2023 12:31:24 -0500 Subject: [PATCH] 3.3 explanation --- 3-Add-simulated-motors.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/3-Add-simulated-motors.md b/3-Add-simulated-motors.md index 45bbb9d..cbeb5d7 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: -- GitLab