古いバージョンのBBSは閲覧のみ可能です。
The old BBS is read only.

6225

DOS plot (5) gpd (csh)

Posted on : April 14, 2012 (Sat) 13:24:36

by Koji Kobashi

For the case of csh, use the following for gpd:

#!/bin/csh
echo $1|./gpdos
echo $1|awk '{z=split($1,name,".");file=name[1] ".plt";print "#\ !/bin/csh";print "chmod a+x " file;print "./" file}'>gpd.tmp
chmod a+x gpd.tmp
./gpd.tmp
rm gpd.tmp