Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Writing code that works with emulate zsh and emulate csh
- X-seq: zsh-users 21251
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Writing code that works with emulate zsh and emulate csh
- Date: Mon, 8 Feb 2016 11:45:54 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ZkH79DV9QPbU7yTtzejoGME0j7rqKGtVGa3xinrssWg=; b=tjPZ2y80gg5ftgnSdl9q1pMRH5Z3vxgDdjkrprhTxWtJsFrGrzGrLKYDpL3/wp+F8e fCenYHbf0INHoSsT2wBxqdzzgenvfOzHbD3ARJfV3zelBgcMXS9uaGr4gaQM6HHu6BkM R0NlveN8SKcAutnYyWjrTRM13Gt+Te9gREB3s3E99J+o4+rgM1ie51OjYXJlVsLYspcD qrCO2A2X/U9EjSy6DUdHv5uCljkOASxunQBg1ra0CwAktlXhGcI99QhGtsQ4Fyq/EVRT kgjDMbuVKgv1Ottxe6Ns/pRSxWfrAg/HeQBo93Y1QG8R5JCARFZrJqvE9F9oittGCsJ+ tzJw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
after a few tries and various errors (when running typical zsh code
with emulate csh) I looked at csh wikipedia entry and found that csh
syntax is way different than sh syntax. It seems impossible to write
omni-zsh/csh code, but maybe I'm wrong?
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author