Difference between revisions of "How to grep Gaia configuration"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Check Point '''Back to Gaia''' Using Gaia shell, we are unable to redirect output in order to |grep for example. Thus, the only way is escap...")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
  > expert
 
  > expert
  # show -c "show configuration" | grep interface
+
  # clish -c "show configuration" | grep interface

Latest revision as of 21:35, 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 interface