Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update commands.py #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

gypsymauro
Copy link

@gypsymauro gypsymauro commented Mar 29, 2018

if you change the grep option -e with -E you can use more advanced regexp like (foo|bar) or foo.*bar to inlcude just lines that contains foo OR bar strings or, in the second case, foo AND bar useful in very big syslog files ;).
It will be nice to have an help page with some examples like those, and the possibility to save some searches

if you change the -e with -E you can use more advanced regexp like  (foo|bar) to inlcude just lines that contains foo and bar strings
@gvalkov
Copy link
Owner

gvalkov commented Apr 2, 2018

Thanks. I like the idea, but I'm thinking of taking it a step further and making the commands fully configurable. I'll leave this open for now.

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

Successfully merging this pull request may close these issues.

2 participants