This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 问一个unix的命令对于一个正在滚动的屏幕,用ctl-s可以令他停止,我忘了怎么让他回复滚动了,各位有谁记得,多谢指教.
-guest:guest;
2001-4-12
{90}
(#44382@0)
-
再按一次
-eglington(eglington);
2001-4-12
(#44383@0)
-
自己碰巧找到了
-guest:guest;
2001-4-12
(#44386@0)
-
what's that?
-eglington(eglington);
2001-4-12
(#44398@0)
-
| more
-shou(小受);
2001-4-12
(#44414@0)
-
ctl-q
-albxu(Yukon);
2001-4-12
(#44409@0)
-
What Unix are you using? And why the screen will roll? Can you tell me?
-pasu(InTheSky);
2001-4-12
(#44431@0)
-
I don't think the word "roll" is appropriate here. Is it "scroll"?
-guest:;
2001-4-12
(#44453@0)
-
haha...my poor english...thx.
-pasu(InTheSky);
2001-4-12
(#44454@0)
-
If you monitor a logfile realtime, you have to pause it sometimes, you can use ctl-s and ctl-q to resume, all unix I used before can support this.
-guest:guest;
2001-4-12
(#44534@0)
-
This's great. Which command did you use to make the logfile scroll?
-pasu(InTheSky);
2001-4-12
(#44558@0)
-
tail -f filename
-guest:guest;
2001-4-12
(#44573@0)
-
哦,原来是这个,呵呵。我也知道的。不过我不知道可以pause,因为从来没有试过跟长得怎么快的log,呵呵。谢谢。
-pasu(InTheSky);
2001-4-12
(#44712@0)