Yeah. I'm trying to get /write to use the -w"Text" switch..so it searches the file for the line containing "Text" and perform the action on it..
It doesn't seem to be working..I'm using like this (for testing) right now:
/write -dw"This is a test" file.txt
The line "This is a test" is in the file, but it's not being deleted like it should be.
What I'm really trying to do is have it search for the line specified, and replace it with whatever. Can I do that with /write alone?
Thanks?