96 シェルコマンド (shell)

shell コマンドは対話的なシェルを起動します。gnuplot に戻るには、 VMS では logout を、Unix ならば exit もしくは END-OF-FILE 文字を、 MS-DOS か OS/2 ならば exit を入力して下さい。

コマンド shell は、それ以外の gnuplot コマンドライン上のものをすべて無視します。そうでなく、シェルに直ちにコマンド文字列を渡したい場合は、 関数 system か、ショートカット ! を使用してください。以下参照:system (99)

例:


     shell
     system "print previous_plot.ps"
     ! print previous_plot.ps
     current_time = system("date")

竹野茂治@新潟工科大学
2017年9月5日