[BACK]Return to gpflog CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / misc

File: [local] / OpenXM_contrib / pari-2.2 / misc / Attic / gpflog (download)

Revision 1.1.1.1 (vendor branch), Tue Oct 2 11:17:00 2001 UTC (22 years, 8 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, PARI_2_2
Changes since 1.1: +0 -0 lines

Imported pari-2.2.1(alpha).

#!/bin/sh
#
# Strip escape sequences from PARI log file.

for i in "$@"; do
  sed -e 's/[^]*//g; s/\[[0-9;]*m//g' $i
done