View Single Post
  #9   (View Single Post)  
Old 6th July 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

Quote:
Originally Posted by richardpl View Post
what is output of following command:
# echo $PAGER
if it is not something with 'more' ctrl-c will not exit program.

That is just for man pages, for python and others I dont belive you that ctrl-c had ever worked differently.
when I type

Code:
echo $PAGER
I see this

Code:
Mostafa ~ [24] echo $PAGER                                                                                                               10:20
less
Mostafa ~ [25]
Reply With Quote