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.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psm...@gnu.org>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


Reply via email to