Deleting all lines except lines containing "this charac
Posted: Wed Jun 20, 2012 12:59 am
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?
>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?