[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Command line parameter problem in scripts ?
- From: Kim Lux <lux diesel-research com>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: Command line parameter problem in scripts ?
- Date: Tue, 10 Oct 2006 13:28:44 -0600
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]