Command line parameter problem in scripts ?

赵方杰 fuziok at gmail.com
Tue Oct 10 19:38:37 UTC 2006


A pretty good book called "Advanced Bash Script" (ABS)--I'm not sure
of the name, you can google it.    

2006/10/11, Kim Lux <lux at diesel-research.com>:
> On Wed, 2006-10-11 at 03:26 +0800, 赵方杰 wrote:
> > You can use $@ instead of $1, or you can use "shift" command: for
> > eachfile in "$1"; do [ x"$eachfile" = x ] && break; ...... ; shift;
> > done
>
> I've never seen that before.   Where is this documented ?
>
> Someone care to recommend a good book on script writing ?
>
> BTW: LINUX ROCKS !
>
> --
> Kim Lux,  Diesel Research Inc.
>
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>




More information about the users mailing list