As the title says, suppose text file 123.txt contains characters like the following
yiqiweiaoyunjiayou
]end title
abc
abcdef
I want to find the lines that start with and display them
The code findstr "^$" is not right. How should it be modified? Thanks!
[ Last edited by joyoustar on 2008-8-2 at 10:44 AM ]
yiqiweiaoyunjiayou
]end title
abc
abcdef
I want to find the lines that start with and display them
The code findstr "^$" is not right. How should it be modified? Thanks!
[ Last edited by joyoustar on 2008-8-2 at 10:44 AM ]
