Marvin Doyley <marvin...@gmail.com> wrote:

> Hi there,
> 
> Is there quick method for converting a bunch of text to plain list ? 
> 

Something like

sed 's/^/- /' in.txt > out.txt

perhaps? If that's not what you mean, what do you mean?

Nick

Reply via email to