Buld echo

Nikos Vassiliadis nvass9573 at gmx.com
Tue Jan 12 12:49:42 UTC 2010


On 1/12/2010 12:21 PM, Jos Chrispijn wrote:
> I have 35 log files that I want to flush once a day.
> In order to keep them exist I now do an 'echo > logfile.log'
> How can I do such in one command having the same effect on all log files?

You could use truncate(1). Something like:
truncate -s 0 file1 file2 file2 ...



More information about the freebsd-questions mailing list