[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Batch file help, using findstr
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 4
Thread images: 1
File: 180px-Bonzi.jpg (7 KB, 180x193) Image search: [Google]
180px-Bonzi.jpg
7 KB, 180x193
Sup /g/, I'm wondering if anyone could help me with the findstr command (or anything else that could be used on Windows that would be on any Windows 7 machine, as much as I'd like to just do this in Cygwin, I can't) to remove an IP from a text file.

What I'm using now is...

findstr /C:%someip% /v output.txt >> tmpfile.txt

...and %someip% is defined earlier in the batch.

Lets say I set it to 1.1.1.1, it is successfully removing all lines with 1.1.1.1, but it's also removing things like 1.1.1.12, 13, 110, etc.

Is there a CR or CRLF character I can use to append to the variable?

The IP address is always going to be at the end of the line of text, so maybe I could search for 1.1.1.1[CRLF] which would not match 1.1.1.10[CRLF]
>>
Install Gentoo
>>
>>55556380
Can't, it's going to be used on already in place Win7 systems with no assumptions being made about their configuration, so I can't even assume powershell scripting is enabled.
>>
findstr /v "%someip%$" output.txt >> tmpfile.txt

Nevermind, I read the findstr /?
Thread replies: 4
Thread images: 1

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.