Re: Where are the general aliases set

2002-11-27 Thread Tom Kearns
The aliases are in memory for the shell session you are running. The best place to set them is in ~/.bashrc so that they are defined each time you start a bash shell session. [EMAIL PROTECTED] 11/27/02 12:16PM Isn't that for mail aliases? I am looking for the command aliases. When I type

Re: Kernel panic: No init found. Try passing init= option tokernel.

2002-06-14 Thread Tom Kearns
Make sure your root filesystem's not full. [EMAIL PROTECTED] 06/13/02 02:03PM Patrick, The directory /initrd already exist. []'s Renato - Original Message - From: Patrick Nelson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 10:07 PM Subject: RE:

Re: Help me !!

2001-11-15 Thread Tom Kearns
Try this: while read data; do whatever you're doing; done ($data is the var. name that each line will be read into until EOF). [EMAIL PROTECTED] 11/15/01 04:50AM hi all, Is there any way to check the EOF using the shell script. please do help me. bye, Sriks