Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: passing parameters
- X-seq: zsh-users 8778
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: passing parameters
- Date: Fri, 06 May 2005 03:57:34 +0000
- In-reply-to: <b04l71prq4c4d33f183uik123taaj4uab5@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <b04l71prq4c4d33f183uik123taaj4uab5@xxxxxxx>
On May 5, 10:42pm, zzapper wrote:
}
} I have a script which as follows which works fine (where ftx is going
} to search for tex docs with pink & main in the name)
}
} >ftx "pink.*main"
That looks like a regular expression rather than a glob pattern?
} param="$1.*$2"
}
} $param is not treated the same as the original $1
Er, "not treated the same" how? There's nowhere near enough context
here for anything useful to be said.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author