软讯网络 > 编程语言 > C/C++ > hp unix的ctrl-c中断程序
【标 题】:hp unix的ctrl-c中断程序
【关键字】:
hp,unix,ctrl-c
【来 源】:http://blog.chinaunix.net/article.php?articleId=35393&blogId=8286
hp unix的ctrl-c中断程序

通过putty登陆到hp unix上,使用tail -f 来看一个时实的日志文件,当我想中断tail的时候,ctrl-c竟然毫无反映.
HP UNIX竟然会这样?这不禁让我对心爱的linux又多了一分爱幕.
通过yahoo找到一个方法
stty intr ^C
就可以了.