Try the "noglob" precommand modifier to turn off globbing for the duration of the command. % noglob expr 5 * 4 20 Steve Eric Smith wrote: > How do I trun off globbing (and then turn it on again) with the > `*' so I can use fir example calc(1) without escaping the * > chars? > > thanks