Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Unix help- sed or awk
Name: pratyusha Date: July 5, 2009 at 21:07:23 Pacific OS: Linux Subcategory: General
The output should be as shown below. So, Whereever, there is a comma in a line, the line contents should be prefixed to the next few lines until the the next line with comma is seen.
Summary: I am not sure on how to strip all HTML tags from a file using VB in a single line of code (unless you want to run it through a Sed or Awk process ;)) However, using VB's Replace function as: strKeywor...
Summary: Wow, thank you so much!! That does exactly what I wanted. And it probably would have taken me the rest of the day (and then-some) to figure that out. I am I reading this right?? $/ = 'LIN '; #sets t...
Summary: >> Mmm, Perl seems to be the answer to everything Well, not for everything but, pretty close. LOL For this simple task you could use sed or awk and do it in 1 line of code similar to my first Perl exa...