bash shell expansion question

Earnie Boyd earnie_boyd@yahoo.com
Thu Aug 10 10:12:00 GMT 2000


--- Tom Dorgan <tdorgan@netsage.com> wrote:
> 
> on cygwin I have an f.sh file
> #!/bin/bash
> echo f.sh:searching for $1
> /usr/bin/find.exe . -name $1 -depth -print
> which doesnt work the same:
> $ f.sh "*.class"
>

Try `f.sh "\*.class"' instead.

Cheers,

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://gw32.freeyellow.com/ >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list