Was using ape sed with native regexps, changed to native sed. Reference: /n/sources/patch/applied/ape-ls-l-fix Date: Sat Apr 1 19:29:46 CES 2006 Signed-off-by: uriel@cat-v.org --- /rc/bin/ape/ls Sat Apr 1 19:13:03 2006 +++ /rc/bin/ape/ls Sat Apr 1 19:12:18 2006 @@ -33,7 +33,7 @@ fn fixlong { echo total 1000 - sed 's/^(.).(.........) . [0-9]+ /\1\2 1 /' + /$cputype/bin/sed 's/^(.).(.........) . [0-9]+ /\1\2 1 /' } post=cat