> I always do something like > cvs update | grep ^? | cut -f2 -d\ |while read name > do > diff -uN /dev/null $name >> mypatch.newfiles.diff > done > > but it is not exactly elegant
I can't seem to make that work. Do I have to protect something from the shell? I get a bash: syntax error near unexpected token 'done' -- Richard A. Smith _______________________________________________ Linuxbios mailing list [email protected] http://www.clustermatic.org/mailman/listinfo/linuxbios

