[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: emptying files



This message was sent from Geocrawler.com by "Giovanni" <bigio@comune.jesi.ancona.it>
Be sure to reply to that address.

try this:

for x in *.*
        do
            cat </dev/null > $x
        done

Geocrawler.com - The Knowledge Archive


Reply to: