We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I use grep to find line's containing an specific flow id in my dataflo.ws log file? I was unable to use grep since flow ids are colored!
The text was updated successfully, but these errors were encountered:
hi
usually, we using less -R for browsing log files
less -R
for grepping i suggest to pipe log files through http://www.commandlinefu.com/commands/view/3584/remove-color-codes-special-characters-with-sed and then grep
grep
probably i need to write some sort of script to handle this
Sorry, something went wrong.
No branches or pull requests
How can I use grep to find line's containing an specific flow id in my dataflo.ws log file?
I was unable to use grep since flow ids are colored!
The text was updated successfully, but these errors were encountered: