From: Wolfgang Bangerth Date: Tue, 5 May 1998 09:17:18 +0000 (+0000) Subject: Add small script to strip off comments from ucd files (DealVision doesn't understand... X-Git-Tag: v8.0.0~23005 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f13871c648e30ddb6193a9299cf9349cac42c6f;p=dealii.git Add small script to strip off comments from ucd files (DealVision doesn't understand 'em). git-svn-id: https://svn.dealii.org/trunk@249 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/error-estimation/strip_comments b/deal.II/deal.II/Attic/examples/error-estimation/strip_comments new file mode 100755 index 0000000000..bea46751f2 --- /dev/null +++ b/deal.II/deal.II/Attic/examples/error-estimation/strip_comments @@ -0,0 +1 @@ +perl -pi -e 'if (/^[^#].*/) { }' *.inp diff --git a/tests/big-tests/error-estimation/strip_comments b/tests/big-tests/error-estimation/strip_comments new file mode 100755 index 0000000000..bea46751f2 --- /dev/null +++ b/tests/big-tests/error-estimation/strip_comments @@ -0,0 +1 @@ +perl -pi -e 'if (/^[^#].*/) { }' *.inp