Tagged Questions
3
votes
2answers
331 views
MacOSX 10.6.7 cuts off stdin at 1024 chars
I've written a little perl script that I invoke as follows:
perl -pe'...' <a
I wanted to copy the contents of the input file 'a' from a web browser (a whole wordpress blog entry, to be exact). ...