It worked. thanks
-Original Message-
From: Matt Benson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2008 11:03 AM
To: Ant Users List
Subject: RE: find file in specify directory and its sub-directory
pathsep="${line.separator}"
--- Ben Tu <[EMAIL PROTECTED]>
gt;
> Thanks, Ben
>
>
> -Original Message-
> From: Matt Benson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 07, 2008 10:35 AM
> To: Ant Users List
> Subject: Re: find file in specify directory and its
> sub-directory
>
> Are your sed commands trying to s
AM
To: Ant Users List
Subject: Re: find file in specify directory and its sub-directory
Are your sed commands trying to strip off the leading
./ , then escape dollar signs found? If so, the
second probably wouldn't be relevant:
Something like that?
HTH,
Matt
--- Ben Tu <[EMAIL P
Scot,
Thank you for your response. This returns the number of files not the list of
actual files.
Ben
-Original Message-
From: Scot P. Floess [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2008 10:28 AM
To: Ant Users List
Subject: Re: find file in specify directory and its sub
Are your sed commands trying to strip off the leading
./ , then escape dollar signs found? If so, the
second probably wouldn't be relevant:
Something like that?
HTH,
Matt
--- Ben Tu <[EMAIL PROTECTED]> wrote:
> Hi,
> I would like to accomplish the similar task below in
> ant script.
>
You might check the resourcecount target
On Tue, 7 Oct 2008, Ben Tu wrote:
Hi,
I would like to accomplish the similar task below in ant script.
Does anyone know how?
find . -name '*.class' | sed -e 's/^.\///g' -e 's/\$/\\\$/g' | sort > log.txt
thanks
Hi,
I would like to accomplish the similar task below in ant script.
Does anyone know how?
find . -name '*.class' | sed -e 's/^.\///g' -e 's/\$/\\\$/g' | sort > log.txt
thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi