Hi,

Thanks for the bug report.

sort: open failed: +1nr: No such file or directory

The problem is that new coreutils' sort has finally deprecated the sort +number syntax.

"  On older systems, `sort' supports an obsolete origin-zero syntax
`+POS1 [-POS2]' for specifying sort keys.  POSIX 1003.1-2001 (*note
Standards conformance::) does not allow this; use `-k' instead. "

-k fields are numbered starting with 1

So, I think, the answer is to replace "sort +1nr" with "sort -nrk 2" on line 71 of makeconc.pl

Matthew

--
Matthew Vernon MA VetMB LGSM MRCVS
Farm Animal Epidemiology and Informatics Unit
Department of Veterinary Medicine, University of Cambridge
http://www.cus.cam.ac.uk/~mcv21/






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to