On Fri, Jul 29, 2016, at 18:51, Deniss via Info-cyrus wrote:
> Hello,
> 
> Is there any simple way to check version of cyrus.index format in 2.5
> installation ?

# perl -e 'sysread(\*STDIN, $buf, 12); (undef, undef, $v) = unpack('NNN', 
$buf); print "$v\n"' < ./data/user/foo/cyrus.index
13

Should work on any version of Perl going back ages.

Bron.

-- 
  Bron Gondwana
  br...@fastmail.fm
----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Reply via email to