Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Does zsh have an equivalent to the shopt command ?
- X-seq: zsh-users 10551
- From: Sean <schliden@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: Does zsh have an equivalent to the shopt command ?
- Date: Thu, 27 Jul 2006 13:38:18 +1000
- Cc: zsh-users@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UnQkabnKFXbEzoOeVtbx7Es1TS6k0IIx7CwaRnxuCcls40v+LckfxWMF2l8o6Mb9pxIfPKinTrJI5Q2LJ5042KxjakGZMSULjXOY4sMlXUsj2Zhu5/CWKYiwCQRoS6GoO90xXalwkfKrBjDW8lfB8Dn7ACLNZy0MXihvwcbsLPI=
- In-reply-to: <200607241138.k6OBcQmE015964@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <96c45c490607220357h2c841b20q506de061f0e6f43b@xxxxxxxxxxxxxx> <200607221508.k6MF8W0w002651@xxxxxxxxxxxxxxxxx> <96c45c490607240044t282314dcn149e04073c0c2a1f@xxxxxxxxxxxxxx> <200607241001.k6OA1rvM003764@xxxxxxxxxxxxxx> <96c45c490607240423u131caf80w6e5d667c735a65b9@xxxxxxxxxxxxxx> <200607241138.k6OBcQmE015964@xxxxxxxxxxxxxx>
Sorry for the slow reply... wife's birthdays seems to take preceedence :^)
I can run sed from the command line ok, and all of the other sed stuff
in the script works.
It seems to be something to do with processing these text blocks:
<<EndVersion
EndVersion
<<EndHelp
EndHelp
<<Endusage
EndUsage
I have tried saving these in seperate files and running them but zsh
crashes immeadiately, without outputting a single line.
What does: -e 's/^ //' do anyway ?
Perhaps I can work around this with a different approach.
Cheers
Sean
On 7/24/06, Peter Stephenson <pws@xxxxxxx> wrote:
Sean wrote:
> The message fails to print and the shell hangs !
I can't reproduce that. What happens if you run the sed (and its
here-document) from the command line, or by running ". file" on a file
that contains only the sed command? Could the path to "sed" be wrong?
pws
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author