On Mon, May 23, 2005 at 06:29:07PM -0700, David Lang wrote:
hmm, personally I would have expected it to do shell escapeing of
the name
diff doesn't do this, so i'm not sure it's useful:
cw@taniwha:/tmp$ echo "we have ones here" > "file one"
cw@taniwha:/tmp$ echo "we have two here" > "file two"
cw@taniwha:/tmp$ diff -u file*
--- file one 2005-05-23 18:32:44.334535901 -0700
+++ file two 2005-05-23 18:32:49.047851694 -0700
@@ -1 +1 @@
-we have ones here
+we have two here