zsh-users
 help / color / mirror / code / Atom feed
* zsh "Cheat sheet"
@ 2004-03-24 23:45 Thorsten Kampe
  2004-04-15 12:21 ` turning off globbing Eric Smith
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Kampe @ 2004-03-24 23:45 UTC (permalink / raw)
  To: zsh-users

Has anyone ever compiled a "Z-Shell Cheat Sheet"? Meaning a one or two
page listing that shows the default zsh key bindings - so you can
print it out for memorizing?

Thorsten


^ permalink raw reply	[flat|nested] 4+ messages in thread

* turning off globbing
  2004-03-24 23:45 zsh "Cheat sheet" Thorsten Kampe
@ 2004-04-15 12:21 ` Eric Smith
  2004-04-15 13:28   ` DervishD
  2004-04-15 14:01   ` Steve Talley
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Smith @ 2004-04-15 12:21 UTC (permalink / raw)
  To: zsh-users

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
-- 
Eric Smith


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: turning off globbing
  2004-04-15 12:21 ` turning off globbing Eric Smith
@ 2004-04-15 13:28   ` DervishD
  2004-04-15 14:01   ` Steve Talley
  1 sibling, 0 replies; 4+ messages in thread
From: DervishD @ 2004-04-15 13:28 UTC (permalink / raw)
  To: Eric Smith; +Cc: zsh-users

    Hi Eric :)

 * Eric Smith <es@fruitcom.com> dixit:
> 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?

    Try 'noglob calc' or put all arguments inside double-quotes.

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: turning off globbing
  2004-04-15 12:21 ` turning off globbing Eric Smith
  2004-04-15 13:28   ` DervishD
@ 2004-04-15 14:01   ` Steve Talley
  1 sibling, 0 replies; 4+ messages in thread
From: Steve Talley @ 2004-04-15 14:01 UTC (permalink / raw)
  To: Eric Smith; +Cc: zsh-users

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 185 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-04-15 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-24 23:45 zsh "Cheat sheet" Thorsten Kampe
2004-04-15 12:21 ` turning off globbing Eric Smith
2004-04-15 13:28   ` DervishD
2004-04-15 14:01   ` Steve Talley

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).