On Wed, Sep 05, 2007 at 02:50:12PM -0400, Nathan wrote:
> I've found a perl script on the 'Net that does a very good job of
> recursively searching a directory of sub-directories and files. I pipe the
> output to the 'mail' program and email it to myself. However it would help
> the readabilit
Michael Marsh wrote:
On 9/5/07, Nathan <[EMAIL PROTECTED]> wrote:
Michael Marsh wrote:
The following one-liner should do it (it works for me):
perl -pe '$_ .= "\n"'
You could also do the following:
perl -pi.bak -e '$_ .= "\n"'
will now contain the double-spaced text, and .bak
will contai
On 9/5/07, Nathan <[EMAIL PROTECTED]> wrote:
> Michael Marsh wrote:
> > The following one-liner should do it (it works for me):
> >
> > perl -pe '$_ .= "\n"'
> >
> > You could also do the following:
> >
> > perl -pi.bak -e '$_ .= "\n"'
> >
> > will now contain the double-spaced text, and .bak
>
Michael Marsh wrote:
On 9/5/07, Nathan <[EMAIL PROTECTED]> wrote:
I've found a perl script on the 'Net that does a very good job of
recursively searching a directory of sub-directories and files. I pipe
the output to the 'mail' program and email it to myself. However it
would help the readabil
On 9/5/07, Nathan <[EMAIL PROTECTED]> wrote:
> I've found a perl script on the 'Net that does a very good job of
> recursively searching a directory of sub-directories and files. I pipe
> the output to the 'mail' program and email it to myself. However it
> would help the readability of the text
5 matches
Mail list logo