Search Results

Search: Posts Made By: cg2
2,247
Posted By cg2
Continuous Flat file parsing
Hi all,
I'm looking for some tips on an ideal method of parsing a huge fixed length flat file (~500gb) into a delimited text file. We have to do this because our data warehouse platform only accepts...
13,978
Posted By cg2
Thanks daptal. Your example was very helpful and...
Thanks daptal. Your example was very helpful and got me going in the right direction. Here's what worked for me:
sed -e 's/\(\<div class="text"\>\)[^<]*\(<\/div>\)/\1\2/g' file.txt
Thanks again...
13,978
Posted By cg2
Removing text between two static strings
Hi everyone,
I need to replace the text between two strings (html tags) and I'm having trouble figuring out how to do so. I can display the text with sed but I'm not having any luck deleting the...
Showing results 1 to 3 of 3

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