Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use --only-match with other info #133

Open
LamprosPitsillos opened this issue May 27, 2022 · 0 comments
Open

Use --only-match with other info #133

LamprosPitsillos opened this issue May 27, 2022 · 0 comments

Comments

@LamprosPitsillos
Copy link


❯ rga "[A-Z]{2,}" -H     
Page 82: • switched LANS, VLANs
Page 82: • virtualized networks as a link layer: MPLS
Page 82: Link Layer and LANs 6-82
...

+

❯ rga "[A-Z]{2,}" -H -o   
VLAN
MPLS
LAN

=
what i want :

❯ rga "[A-Z]{2,}" -H -o   
Page 82: VLAN
Page 82: MPLS
Page 82: LAN

How can i do this in rg?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant