Wildcard on redirection

Steve O'Hara-Smith steve at sohara.org
Sat Aug 5 13:49:31 UTC 2017


On Sat, 5 Aug 2017 13:58:50 +0200
Jos Chrispijn <bsduser at cloudzeeland.nl> wrote:

> I have this number of .log files which I would like to empty.
> 
> Using
> 
> echo > *.log

	truncate -s 0 *.log

-- 
Steve O'Hara-Smith <steve at sohara.org>


More information about the freebsd-questions mailing list