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.
Removing matching text from file?!
Name: alsvik Date: December 17, 2004 at 09:53:56 Pacific OS: Windows XP SP 2 CPU/Ram: 2800 / 512
Comment:
I need a simpel UNIX command that can remove some tagged text from a file.
Summary: hai, i want to remove duplicate lines from any part of the file...uniq command is used to remove only the adjacent duplicate lines...if we use sort command with -u option it removes duplicate lines ...
Summary: I'm trying to remove a specific line from a file based on a user defined input. I had found a similar situation where sed was used, but when I tried using it in my script, sed had trouble with the...