9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Scott Schwartz <schwartz@bio.cse.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] iso-8559-1 to unicode
Date: Fri,  9 Jan 2004 11:47:24 -0500	[thread overview]
Message-ID: <20040109164725.25386.qmail@g.galapagos.bx.psu.edu> (raw)
In-Reply-To: <E1AezeV-000OXA-Ah@t40.swtch.com>

> tcs -f iso-8859-1 -t utf-8 < $1 >/tmp/a &&

Non-unique temp filenames are a painful thing.

a=`{mktemp}
tcs ... >$a &&



  reply	other threads:[~2004-01-09 16:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-09  8:10 Matthias Teege
2004-01-09  8:33 ` Scott Schwartz
2004-01-09  9:24   ` Matthias Teege
2004-01-09 14:34 ` David Presotto
2004-01-09 16:38 ` Russ Cox
2004-01-09 16:47   ` Scott Schwartz [this message]
2004-01-10  4:09     ` boyd, rounin
2004-01-10  5:45   ` Skip Tavakkolian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040109164725.25386.qmail@g.galapagos.bx.psu.edu \
    --to=schwartz@bio.cse.psu.edu \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).