1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: The help command for VxWorks shell |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, Di Wang <di.wang at kek.jp> |
Date: | Fri, 17 Mar 2023 12:14:36 +0000 |
Hi Di Wang,
On vxWorks you can also use the iocsh shell, and then you can run the same "help" commands that you run on other operating systems.
At the vxWorks prompt type:
iocsh
You will then be in the iocsh shell.
To return to the vxWorks shell type "exit".
You can also run iocsh in your st.cmd.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Di Wang via Tech-talk <tech-talk at aps.anl.gov>
Sent: Friday, March 17, 2023 2:48 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: The help command for VxWorks shell Hello all,
I always use `help pattern⋆` command on iocsh to list and search iocsh commands, but this does not work on the VxWorks shell. The `lkup` command provided by VxWorks will search all symbols and is sometimes not very convenient. So I am wondering is there any similar method on VxWorks shell to list and search all registered ioc commands? Cheers, Di Wang |