Search Results

Search: Posts Made By: seanwpaul
8,736
Posted By seanwpaul
Thanks for the replies. Coworker put me on the...
Thanks for the replies. Coworker put me on the right path.

Instead of trying to skip over the bad data, just transform it to something usable.
grep.exe -F "20100207" crashers.hst | tr -dc...
8,736
Posted By seanwpaul
Hmmm I had to add the [] brackets into the...
Hmmm

I had to add the [] brackets into the string, because it was filtering them out. Sadly, when I added them, it returned all rows.

I then reduced it to only look at the special characters I...
8,736
Posted By seanwpaul
Escaping non-readable characters using grep, sed or awk
I'm trying to parse out DNS logs from dozens of different domain controllers over a large period of time. The logs are rolled up into individual text files by size, which may contain only a portion...
3,856
Posted By seanwpaul
That's an elegant solution. I had to come up...
That's an elegant solution. I had to come up with something similar last week, but was a bit more cluttered. I can clean it up a bit more now. thanks.
Showing results 1 to 4 of 4

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