Re: Command line parameter problem in scripts ?

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

 



$* is a common var, but $@ is an array of vars.

2006/10/11, Kim Lux <lux@xxxxxxxxxxxxxxxxxxx>:
On Tue, 2006-10-10 at 18:20 +0100, Paul Howarth wrote:
> > How do I get $1 to be * rather than just a specific file ?
>
> You can't. The shell that you are running is what is expanding the "*",
> not the script.

Then the following web page is wrong ?  Note the example for ls.  It
shows $1 to be '*' !


> Try changing the script not to use $1 instead:
>
> =======================================
> echo
> echo Arguments are "$@"
>
> for eachFile in "$@"
> do
> 	...
> done
> =======================================

$@ is the whole command line, right ?

While we are on the subject, what is the diff between $* and $@ ?

I'd find this info on my own but it doesn't appear that google will take $*
or $@ as search terms.  Someone correct me if I am wrong on this.

Thanks.

--
Kim Lux,  Diesel Research Inc.


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux