in reply to Re: How to generate files based on some special character?
in thread How to generate files based on some special character?
God help you if you ever try to use such dumb code against some wild input ;-)$ perl -ne '/^< (.+)/ and open STDOUT, "> $1" or print' large_file
--
altblue.
|
|---|