Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
print : Where is the "-C" option gone?
- X-seq: zsh-users 11128
- From: "Com MN PG P E B Consultant 3" <mn-pg-p-e-b-consultant-3.com@xxxxxxxxxxx>
- To: "zsh-users Mailinglist" <zsh-users@xxxxxxxxxx>
- Subject: print : Where is the "-C" option gone?
- Date: Thu, 18 Jan 2007 10:29:24 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Thread-index: Acc64ySIMXLinONuQKi0B0ml/m352w==
- Thread-topic: print : Where is the "-C" option gone?
From the website http://zsh.sunsite.dk/Doc/Release/index-frame.html,
which claims to
describe zsh 4.0.3, the documentation for the print builtin explains the
-C switch:
print [ -abcDilmnNoOpPrsz ] [ -u n ] [ -f format ] [ -C cols ]
[ -R [ -en ]] [ arg ... ]
...
-C cols
Print the arguments in cols columns.
I am running zsh 4.0.7:
$ zsh --version
zsh 4.0.7 (i386-redhat-linux-gnu)
But the -C option is not accepted in my zsh:
print -C 1 x*
zsh: bad option: -C
Indeed, the man page for this newer version does not mention -C anymore
for print:
print [ -bnrslzpNDPoOicm ] [ -un ] [ -R [ -en ]] [ arg ... ]
Is it a reason, or a mistake, for this change (which, after all, might
render old zsh scripts incompatible)?
Ronald
--
Ronald Otto Valentin Fischer
External Consultant at NGTA Operation
Siemens Networks Gmbh &Co. KG http://www.siemens.com/networks
Messages sorted by:
Reverse Date,
Date,
Thread,
Author