From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: Todd Sabin Cc: gdb@cygnus.com Subject: Re: keeping commands out of the history Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: References: <199903060659.BAA13499@banzai3.insignia.org> X-SW-Source: 1999-q1/msg00098.html > This sounds good, but I also want to do 'info registers', 'where', > and probably 'info breakpoints' in the future, so I'm really looking > for something a little more general. As far as the command-line history is concerned, if you prefix your command with "server ", it won't go in the command history, it won't have csh-style !-expansion done, and "server" followed by nothing doesn't repeat the previous command. This doesn't affect the value history, though; you'll still need to use "output".