I haven't seen any response to this report yet.

Is there a good reason the "empty" file can't be done using:

 rm -f empty && touch empty        (just to be thorough)

or

 cp /dev/null empty

or

 cat /dev/null > empty

or ???

Harlan

Reply via email to