#!/bin/bash echo 'set terminal svg size 400 300 set output "fig1.svg" plot "fig1.data" with points pointtype 6, 2**x'. This script contains a single echo ...
確定! 回上一頁