cancel
Showing results for 
Search instead for 
Did you mean: 

| include regexp usage

| include regexp usage

eyeV
New Contributor III
Hi everybody.

I have a problem with regexp usage in "include" command. I'd like to show specific lines in FDB which contains something like "v\d{4}". Letter "v" and four-digit number.
2 REPLIES 2

eyeV
New Contributor III
Great! It works!

Stephane_Grosj1
Extreme Employee
try this:

show fdb | include v[0-9][0-9][0-9][0-9]
GTM-P2G8KFN