Re: Command line parameter problem in scripts ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2006-10-10 at 13:44 -0400, Steven W. Orr wrote:
> On Tuesday, Oct 10th 2006 at 18:20 +0100, quoth Paul Howarth:
> That could be a loss of functionality for what kim might have intended. If 
> the intent was to specify that the globbing needs to happen in the script 
> then 
> 
> for eachFile in $1
> do
>      ...
> done

This doesn't work either.   Calling myscript with "myscript *"  results
in $1 being file1 and then "for eachFile in $1" is "for file1" and then
only the first file gets processed.

> would do it but the invocation would require single quotes. 

Please explain this.  You lost me here.



-- 
Kim Lux,  Diesel Research Inc.



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux