Difference between revisions of "How to grep Gaia configuration"

From Tech-Wiki
Jump to: navigation, search
Line 5: Line 5:
  
 
  > expert
 
  > expert
  # clish -c "show configuration" | grep interface
+
  # clish -c "show configuration" | grep eth0

Revision as of 21:34, 18 July 2019

Back to Gaia

Using Gaia shell, we are unable to redirect output in order to |grep for example. Thus, the only way is escaping to Expert mode and issue Gaia commands.

> expert
# clish -c "show configuration" | grep eth0