Newsgroups: fj.questions.unix
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!tokyonet.ad.jp!tokyonet.ad.jp!tdi-extnews!wnoc-kyo-news!aist-nara!ie.u-ryukyu.ac.jp!hakata!kudpc!sakunami!ayashi!kaneko
From: kaneko@ccedu.sendai-ct.ac.jp (Yutaka Kaneko)
Subject: Re: How to make script
X-Nntp-Posting-Host: saikachi
Message-ID: <Dz5Dwu.FAx@ayashi.cc.sendai-ct.ac.jp>
Lines: 37
Sender: news@ayashi.cc.sendai-ct.ac.jp (SNCT NetNews Manager)
Organization: Sendai National College of Technology
X-Newsreader: mnews [version 1.18PL3] 1994-08/01(Mon)
References: <53mrmn$21u@chacha.ribon.or.jp>
Date: Sat, 12 Oct 1996 05:29:17 GMT
Xref: galaxy.trc.rwcp.or.jp fj.questions.unix:6230
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.questions.unix&nb=6230&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.

  $B6b;R!w@gBfEEGH$G$9!#(B

In article <53mrmn$21u@chacha.ribon.or.jp>
flathill@ribon.or.jp writes:
>> $BJ?2,!w#B#E#K#K#O#A#M#E$G$9!#(B

>> $BFbMF$H$7$F$O!"!"!"!#(B
>> $B%U%!%$%k$r#1$DA4ItFI$_9~$s$G!"$=$NCf$N$"$kJ8;zNs$N9T$N<!$K6u9T$r(B
>> $BA^F~$9$k!"$H$$$&$b$N$G$9!#(B

  awk$B$r;H$&$N$,0lHV3Z$+$J!#(B

--- cut here --- cut here --- cut here ---
#!/bin/awk -f
/^Status:/ {
    print("%s\n\n", $0);
    next;
}
{
    print;
}
--- cut here --- cut here --- cut here ---

$B$H;W$C$?$1$I!"(Bsed$B$NJ}$,C;$/$F$9$_$^$9$M!#(B

--- cut here --- cut here --- cut here ---
#!/bin/sed -f
/^Status:/a\

--- cut here --- cut here --- cut here ---

$B$G$O!#(B

main(i,j){j=time(0);do for(i /*      $B6b;R(B $BM5(B(KANEKO Yutaka)             */
=0;i<79;i++)printf(j%512>>4? /* Sendai National College of Technology   */
" ":"*"),j=j*331+113;while(  /*    kaneko@cc.sendai-ct.ac.jp            */
printf("\n\033[H\033[1L"));} /* $B6d;HEL(Bx10 $B6b;HEL(Bx0 $B6d%-%g%m(Bx0 $B6b%-%g%m(Bx1*/
