Perl 230 B

1234567
  1. #!/bin/rc
  2. # aperl:
  3. # Executes perl command and alters stderr to produce Acme-friendly error messages
  4. # Created 02-JUL-1996, Luther Huffman, lutherh@stratcom.com
  5. /bin/perl $* |[2] /bin/perl -pe 's/ line (\d+)/:$1 /' >[1=2]