Was parsing some wget files with grep and sed.  Worked great, but then I expand 
my script to extract yet another field from the file and it ran into
problems.  it took
about five minutes to figure out that a non ascii character was
causing a s/// to fail.
the culprit was a forward-tick.  but it took only 30 seconds to
google, read the top
hit (sed utf-8), and use the suggested work-around using iconv.  <philosophical 
rambling deleted>


--
KPLUG-List@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to