Re: Wily tools

  • From: MJ Ray <markj@xxxxxxxxxxxxxxxxxxxxxxx>
  • To: wilyfans@xxxxxxxxxxxxx
  • Date: Thu, 13 Jun 2002 09:17:24 GMT

spam@xxxxxxxxxxxxx <spam@xxxxxxxxxxxxx> wrote:
> and spell: Does anyone have anything better than this?
> 
> #!/bin/rc
> cat > /tmp/spelling$pid
> xterm -e ispell -t /tmp/spelling$pid
> cat /tmp/spelling$pid
> rm -f /tmp/spelling$pid

You probably should use mktemp if it's available on your system instead of
relying on PID.  Yes, I am that paranoid, even though I trust the other
users on this system.

MJR


Other related posts: