📄 review.hlp
字号:
{smcl}
{* 02feb2005}{...}
{cmd:help #review}
{hline}
{title:Title:}
{p2colset 5 20 22 2}{...}
{p2col :{hi:[R] #review} {hline 2}}Review previous commands{p_end}
{p2colreset}{...}
{title:Syntax}
{p 8 17 2}
{opt #r:eview} [{it:#1} [{it:#2}]]
{title:Description}
{pstd}
The {cmd:#review} command displays the last few lines typed at the terminal.
{title:Remarks}
{pstd}
{cmd:#review} (pronounced {it:pound-review} is a Stata preprocessor command.
{cmd:#}{it:commands} do not generate a return code, or generate ordinary Stata
errors. The only error message associated with {cmd:#}{it:commands} is
"unrecognized #command".
{pstd}
The {cmd:#review} command displays the last few lines typed at the terminal.
If no arguments follow {cmd:#review}, the last 5 lines typed at the terminal
are displayed. The first argument specifies the number of lines to be
reviewed, so {cmd:#review 10} displays the last 10 lines typed. The second
argument specifies the number of lines to be displayed, so {cmd:#review 10 5}
displays 5 lines, starting at the 10th previous line.
{pstd}
Stata reserves a buffer for {cmd:#review} lines and stores as many previous
lines in the buffer as will fit, rolling out the oldest line to make room for
the newest. Requests to {cmd:#review} lines no longer stored will be ignored.
Only lines typed at the terminal are placed in the {cmd:#review} buffer. See
{bf:[U] 10.5 Editing previous lines in Stata for all operating systems}.
{title:Examples}
{phang}{cmd:. #review}{p_end}
{phang}{cmd:. #review 10}{p_end}
{phang}{cmd:. #review 100}{p_end}
{phang}{cmd:. #review 20 10}{p_end}
{phang}{cmd:. #r}{p_end}
{phang}{cmd:. #r 10}{p_end}
{title:Also see}
{psee}
Manual: {hi:[R] #review}{p_end}
{psee}
Online: {help comments}, {help keyboard}{p_end}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -