delete lines in subfolders
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, How can I delete lines in files in subfolders? Im using sed for windows and its not working, Im trying: find E:\emls\*.eml sed -i "1,9 d" Inside emls I have subfodlers with lots of .eml files and i want to delete the first lines of each file. Thanks. [Non-text portions of this message have been removed]