On Fri, Oct 07, 2005 at 12:29:54PM -0700, Ben Pfaff wrote:

> I think that this can be expressed this way instead:
>         diff file.list - <<EOF | sed -e 's/^[\t ]*$//'
>         ...
>         EOF

No luck. This one is ignored. But this worked:

perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
diff -b $TEMPDIR/pspp.list - <<EOF |perl -e 's/^\s*$//g'
...
EOF

-Jason
-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to