| include regexp usage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-12-2014 06:43 AM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-13-2014 04:09 AM
Great! It works!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-12-2014 08:44 AM
try this:
show fdb | include v[0-9][0-9][0-9][0-9]
show fdb | include v[0-9][0-9][0-9][0-9]
