0

我想将其保存在 shell 的文件中:

Type the number of steps N
10
Type the initial values ti and ai
0
1
 23.000000 24.000000 
 46.000000 576.000000 
 69.000000 13824.000000 
 92.000000 331776.000000 
 115.000000 7962624.000000 
 138.000000 191102976.000000 
 161.000000 4586471424.000000 
 184.000000 110075314176.000000 
 207.000000 2641807540224.000000 
 230.000000 63403380965376.000000 
 253.000000 1521681143169024.000000 

怎么做?仅键入以下内容不起作用:

>./a.out>lalalla.txt
4

1 回答 1

0

script filename.txt

运行程序,然后在提示符下键入 exit

会话将在 filename.txt 中

于 2013-11-09T09:53:35.070 回答