Mailing List Archive

Support open source code!


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

re: nkf



> >1. PLEASE, backup your html directory tree:
> >   $ cp -a myhtml myhtml.save
> >2. run something like (assuming bash):
> >   $ for f in `find myhtml -name "*.html"`; do nfk $f > $f.tmp; mv $f.tmp
> >$f;
> >done
> 


This seems to work just fine. 
Two suggestions: 
1) need to change nfk to nkf
2) best to put a force option on this I think (mv -f ?). 

Thanks!




Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links