Newsgroups: fj.questions.unix
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!newsfeed.btnis.ad.jp!newsbase.nisiq.net!houou.ufnet.com!Q.T.Honey!aero.kyushu-u!kuee-news!odins-suita!narans!nide
From: nide@ics.nara-wu.ac.jp (NIDE Naoyuki)
Subject: Re: C Shell Script
Message-ID: <1997Oct16.064213.20388@cc.nara-wu.ac.jp>
Sender: news@cc.nara-wu.ac.jp
Nntp-Posting-Host: shannon.e.ics.nara-wu.ac.jp
Organization: Nara Women's University
X-Newsreader: mnews [version 1.19PL2] 1996-01/26(Fri)
References: <62190h$oid$1@gaia.kobe-u.ac.jp>
	<NOBORI.97Oct15135308@bourbon.me.sony.co.jp>
	<xoid8l6blfy.fsf@spls87.ccs.mt.nec.co.jp>
	<NOBORI.97Oct16123810@ticket.me.sony.co.jp>
Date: Thu, 16 Oct 1997 06:42:13 GMT
Lines: 28
Xref: galaxy.trc.rwcp.or.jp fj.questions.unix:7591
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.questions.unix&nb=7591&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

In Message <NOBORI.97Oct16123810@ticket.me.sony.co.jp>,
nobori@me.sony.co.jp writes:
> $B$&!<$`!$=q$/$N$KIT8~$-$O8@$$2a$.$?$+$bCN$l$^$;$s$M!%0l1~<eE@$O(B
> 1.$B%5%V%7%'%k$N8F$S=P$7Cf$K2~9T$,;H$($J$$$N$G!$(Bwhile$BJ8$J$I$,F~$i$J$$Ey(B
>   $B2~9T$K4X$7$F$&$k$5$$!%(B
> 2.$B%P!<%8%g%s$K$h$kHs8_49@-!%(B
> ( = $B$NA08e$K6uGr$r$$$l$J$1$l$P$J$i$J$+$C$?$j!$$$$l$F$O$$$1$J$+$C$?$j$9(B
> $B$kEy(B)

  $BB>$K!"(Bcsh$B$G$O9=B$$r;}$C$?J8$r$^$k$4$H%j%@%$%l%/%H$7$?$j%Q%$%W$K$D$J$$(B
$B$@$j$G$-$^$;$s$h$M!#Nc$($P(B

#!/bin/sh
while :; do
echo 8
done > /dev/null

$B$O$G$-$k$1$I(B

#!/bin/csh -f
while(1)
echo 8
end > /dev/null

$B$J$s$F$G$-$J$$!#$=$s$J$o$1$G!"(Bcsh$B$G$OItIJ$NAH$_9g$o$;$,$d$j$K$/$/!"J#;((B
$B$J%7%'%k%9%/%j%W%H$r9=B$E*$K:n$k$3$H$,$7$K$/$$$s$G$9!#(B

nide@ics.nara-wu.ac.jp
