Microsoft
Software
Hardware
Network
Question : Delete rows in each txt file that matches full or partially. Whose names are mentioned in another txt file.
Hi,
Delete rows in each txt file that matches full or partially. Whose names are mentioned in another txt file.
I have names as
Microsoft
Microsoft visio
and so on...
if the name matches in any part of the line in each txt file then delete the row in the txt file.
Regards
Sharath
Answer : Delete rows in each txt file that matches full or partially. Whose names are mentioned in another txt file.
Try:
CD c:\yourfiles
For %%i in (*.txt) do findstr /G:c:\exclusions.txt /V /I %%i > c:\otherfolder\%%i
Posted via EE Mobile
Random Solutions
Migrating from ACT 6 to 2010
Convert float to date
Exit Shell Script on Error
LAN Connectivity
PHP Simple HTML DOM Parser with parse_url
Connection Object in SPRING
Visual Studio 2010 Express, Publish from a 64bit Windows 7 for Windows XP 32bit
Anyone restore a decent sized dataset on Carbonite?
Trouble With High Volume Select Statments
We currently use roaming profiles. My question is, can we create a user without the roaming profile? If so, can you give me the steps to do so?