[Ilugc] equiv. of dBase III plus (simple DB s/w) in linux?

  • From: mksarav@xxxxxxxxxxxxxxx (M K Saravanan)
  • Date: Sat, 27 Jul 2002 17:46:02 +0800 (SGT)

Hi,

Somehow I liked the dBase III plus in DOS days for managing simple
databases.  Is there any equivalent version of it (to manage simple
databases) available in linux?

-- mks --




From Udaya Kumar.R" <itsuday@xxxxxxxxxxxxxxxxx  Sat Jul 27 09:56:50 2002
From: Udaya Kumar.R" <itsuday@xxxxxxxxxxxxxxxxx (Udaya Kumar.R)
Date: Sat, 27 Jul 2002 15:26:50 +0530 (IST)
Subject: [Ilugc] switch bet parent & child shell
Message-ID: <Pine.LNX.4.44.0207271523040.3885-100000@xxxxxxxxxxxxxxxx>

On 26 Jul 2002, karthi  keyan Wrote :

jobkar :sir,
jobkar :   I want to switch between parent & child shell in redhat 6.2.
jobkar :ie
jobkar :  bash  i am running sh and i got the child shell
jobkar :
jobkar :pstree shows
jobkar :   bash -- > sh
jobkar :
jobkar :now i want to switch between bash & sh . help me.
jobkar :I don't want to exit any of the shells

Check out this . This should work , but with some side effects .

Child to Parnet :
   $ kill -STOP 'child-shell-pid'

Parent to Child :
   $ kill -CONT 'child-shell-pid'

I m not sure why u req. it ?
If u r just curious it is okay !

bye.
uday.
-- 
Reply To : 
perl -e 'print pack "H*","69747375646179406c696e7578667265656d61696c2e636f6d";'
                                       OR
                          to the above 'From' Address


Other related posts:

  • » [Ilugc] equiv. of dBase III plus (simple DB s/w) in linux? - M K Saravanan