SCIENTIFIC-LINUX-USERS Archives

November 2006

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailling list for Scientific Linux users worldwide <[log in to unmask]>
Date:
Wed, 29 Nov 2006 20:12:16 +0100
MIME-version:
1.0
Reply-To:
Alessio Curri <[log in to unmask]>
Content-type:
multipart/signed; boundary=------------ms080608080904020006030405; micalg=sha1; protocol="application/x-pkcs7-signature"
Subject:
From:
Alessio Curri <[log in to unmask]>
In-Reply-To:
<001901c713e8$a9136730$0901a8c0@TShirtLap>
Comments:
To: [log in to unmask] cc: Manuel Mussini <[log in to unmask]>
Parts/Attachments:
text/plain (316 bytes) , smime.p7s (3432 bytes)
Manuel Mussini ha scritto:
> Does anybody know why this sequence does not work (under bash on SLF3.0.5)?
>
> ext="log"
> files=`find . -name '*.${ext}' -print`
> echo $files
>
> I think that the syntax is correct! Isn't it?
>
> Bye...
>   
Hi,
Try using " instead '

ext="log"
files=`find . -name "*.${ext}" -print`
echo $files


Alessio



ATOM RSS1 RSS2