Forum Discussion
craig_m_254946
Nimbostratus
Jun 28, 2018How to list VIPs and associated Pool members?
I have several F5 devices running versions 11.4.1 HF3 to 11.6.1 HF2.
I found other similar questions that have been answered, but the commands don't seem to work with these versions.
My cus...
jaikumar_f5
Noctilucent
Sep 13, 2019egrep and grep -E are same. Its an extended. Lets say you want to search multiple variables in a line or a file (basically an input). You can simply use grep -E "variable1 | variable2 | variable3"
Example:
If a file has the below 5 lines in it.
The file has 4 entries
first line
second line
third line
fourth line
#cat file | grep first
first line
#cat file | grep -E "first | second"
first line
second line
#cat file | grep line
first line
second line
third line
fourth line
Hope you got the idea.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects