Well, basically what the topic says. For example:
>1
ababababab
>2
bcbcbcbcbcb
>3
dedededede
I want to delete all lines that do not have the ">" character. So the output would look like this:
>1
>2
>3
Can anybody lend me a hand?
Search found 3 matches
- Wed Jun 20, 2012 12:59 am
- Forum: WildEdit
- Topic: Deleting all lines except lines containing "this charac
- Replies: 1
- Views: 8092
- Fri Mar 04, 2011 1:55 am
- Forum: WildEdit
- Topic: Deleting a Number of Specific Lines
- Replies: 2
- Views: 8277
- Wed Mar 02, 2011 2:30 am
- Forum: WildEdit
- Topic: Deleting a Number of Specific Lines
- Replies: 2
- Views: 8277
Deleting a Number of Specific Lines
How do I delete a number of specific lines in WildEdit? For example: I want to delete the 1st, 2nd, 10th, and 20th lines in all the files in my folder. Thanks.