Saved Bookmarks
| 1. |
Solve : How to move content of one file to another? |
|
Answer» i WANT to MOVE specific lines of one file to another file. is there any way to do that using DOS commands?be more specific. how do you find those lines, by pattern search? by line NUMBERS? if its simple pattern search, you can use findstr. see findstr /? on the command prompt for more. |
|