문제

I have a huge xml and I want to extract from it only the first lines using prompt commands in a txt. Is it possible? How can I do? Thank you everyone.

도움이 되었습니까?

해결책

This uses a helper batch file called findrepl.bat from - http://www.dostips.com/forum/viewtopic.php?f=3&t=4697

It will display from lines 1 to 5

type "file.xml" |findrepl /o:1:5
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top