-[ Fri, Dec 02, 2011 at 07:41:40AM -0500, Paul Smith ]----
> On Fri, 2011-12-02 at 11:41 +0100, ri...@happyleptic.org wrote:
> > $ find where-your-files-are -type f -name '*.scm' |
> >         while read f; do echo '; coding: iso-8859-1' > $f ; done
> 
> Boy I _really_ don't think you want to do that.

Sure!
That's ">>" not ">" : echo '; coding...' >> $f
                                         ^^
                                         !!

I _really_ hope every one is using a versionning system these days :)


Reply via email to