something like this, i prefer a console app but gui is always welcome
thanks in advance!
btw this one is made by brOmstar but hever posted it maybe you can post it here, would b nice
brOmstar
Apr 22 2004, 12:48 AM
np current version is 0.4
i will add it tomorrow cause it's veeeerry late here and i'm sitting in front of my laptop and not on my workstation ....
totof
Apr 22 2004, 06:47 AM
Whait is the line filter what is the function of this tool
brOmstar
Apr 22 2004, 10:13 PM
k here it is.
The main function is simple u can load a textfile(a log for example) and can filter the lines with a special string in.
Example Parsing a weblogfile for a 'hacking' string like "uname -a" or any other string .
Another option i have included is to filter ip's, replace strings and last but not least add a string to each line at the beginning and at the end.
Don't forget it 's written in c# so you need the ms .net framework.
Alexander01
Apr 22 2004, 11:17 PM
very nice work m8, it's really usefull to put some things after each line with 1 command... i don't know why notepad didn't have this option and there are no other programs that do this.. really crappy, but anyway, il gonna use it, thank you!
brOmstar
Apr 22 2004, 11:23 PM
this was the reason i created it - no prog filter lines with a string inside(and filter the ips ) @ windows(or i haven't found one )
and it was a good way to learn a little bit coding.
-Arthy-
May 4 2004, 10:48 PM
Heey, this is what I've been looking for ever since.
I downloaded it, but it doesn't work here 0xc0000135
Is it possible that you fix that? I would love to use it Thx alot anyways m8!
cranky
May 4 2004, 11:01 PM
are you kidding? a program to delete the first and last line of a file can be written in like 30 seconds in C. go read a tutorial on fopen and fgets then write your own.
brOmstar
May 5 2004, 06:35 AM
There are some more options - replacing first and last line is really simple. The main idea was that it filters lines with a special string inside. All other options are only simple addons. The program is only a handy tool not something special.
-Arthy-
May 5 2004, 10:04 AM
QUOTE (cranky @ May 4 2004, 11:01 PM)
are you kidding? a program to delete the first and last line of a file can be written in like 30 seconds in C. go read a tutorial on fopen and fgets then write your own.
thats not what I was asking. Cool you can write it in 30 seconds, I can prolly do that in 1 hour.
But I'm a lazzy freak and I don't want to spoil my time inventing the tire again. (thats a dutch ... *forgot the name*)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.