From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf13270d9ba22c3a1b2aab9993810ac74b4afda;p=dealii-svn.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