guile-user
[Top][All Lists]
Advanced

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

Re: propagating a coding setting across source files


From: rixed
Subject: Re: propagating a coding setting across source files
Date: Fri, 2 Dec 2011 13:46:35 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

-[ Fri, Dec 02, 2011 at 07:41:40AM -0500, Paul Smith ]----
> On Fri, 2011-12-02 at 11:41 +0100, address@hidden 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

[Prev in Thread] Current Thread [Next in Thread]