Re: linux console command line history

2010-07-21 Thread kak...@gmail.com
On Jul 21, 9:03 am, Michele Simionato wrote: > On Jul 20, 11:38 pm, "kak...@gmail.com" wrote: > > > Hi to all, > > I 'm writing a linux console app with sockets. It's basically a client > > app that fires commands in a server. > > For example: > > $log user 55 > > $sessions list > > $server list

Re: linux console command line history

2010-07-20 Thread Michele Simionato
On Jul 20, 11:38 pm, "kak...@gmail.com" wrote: > Hi to all, > I 'm writing a linux console app with sockets. It's basically a client > app that fires commands in a server. > For example: > $log user 55 > $sessions list > $server list etc. > What i want is, after entering some commands, to press th

Re: linux console command line history

2010-07-20 Thread kak...@gmail.com
On Jul 21, 12:47 am, Benjamin Kaplan wrote: > On Tue, Jul 20, 2010 at 2:38 PM, kak...@gmail.com wrote: > > Hi to all, > > I 'm writing a linux console app with sockets. It's basically a client > > app that fires commands in a server. > > For example: > > $log user 55 > > $sessions list > > $serve

Re: linux console command line history

2010-07-20 Thread Benjamin Kaplan
On Tue, Jul 20, 2010 at 2:38 PM, kak...@gmail.com wrote: > Hi to all, > I 'm writing a linux console app with sockets. It's basically a client > app that fires commands in a server. > For example: > $log user 55 > $sessions list > $server list etc. > What i want is, after entering some commands, t

linux console command line history

2010-07-20 Thread kak...@gmail.com
Hi to all, I 'm writing a linux console app with sockets. It's basically a client app that fires commands in a server. For example: $log user 55 $sessions list $server list etc. What i want is, after entering some commands, to press the up arrow key and see the previous commands that i have execute