Have a text file, want a copy containing all and only those lines containing, say, character [.
in unix, grep "\[" file.txt > new.txt
on MF, x all;f all [;del all x
How would you do it in Windows?
in unix, grep "\[" file.txt > new.txt
on MF, x all;f all [;del all x
How would you do it in Windows?

Comment