Search Results

Search: Posts Made By: reminder
4,672
Posted By reminder
Seems I need to refine my problem. I've probably...
Seems I need to refine my problem. I've probably provided too much background information.

Assuming a file as follows
this is line with interesting content1
this is another line with interesting...
1,987
Posted By reminder
Does the script I use help?: You may replace...
Does the script I use help?:

You may replace the secureMove function with a simple move statement (secureMove increments a counter in the filename should the same file exist in the destination...
4,672
Posted By reminder
Many thanks for this. Problem is that all log...
Many thanks for this.
Problem is that all log messages would follow an interesting packet with the initial egrep in your example. Hence too many irrelevant log messages would be displayed.
Or do I...
3,193
Posted By reminder
Have you tried something like the following? ...
Have you tried something like the following?
find . -exec egrep "(value1|value2)" '{}' \; >> Work.txt
1,608
Posted By reminder
just type it like: find /bbsrc/doc -name...
just type it like:

find /bbsrc/doc -name *.txt
4,672
Posted By reminder
Logfile parsing with variable, multiple criterias among multiple lines
Hi all

I've been working on a bash script parsing through debug/trace files and extracting all lines that relate to some search string. So far, it works pretty well. However, I am challenged by...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 01:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy