Re: KDE 2?

2000-12-07 Thread Aravind Sadagopan
> Linux Mandrake 7.2 .It can be downloaded from http://www.linux-mandrake.com Cheers Aravind S > Are there any distributions that currently have KDE in the distro? > I've noticed that most are still running with KDE 1.x. Can anyone > point me to a distro I can download?Thanks..Jason Pratt -

Re: virus scan program for sendmail?

2000-11-20 Thread Aravind Sadagopan
You can try Anti Virus xPert . www.avp.com. You have to pay for it though. I found it when I was searching for a tool to scan windows partition from Linux Cheers Aravind S gary wrote: > Dear all, Is anyone have any idea of any good virus scan software for > sendmail on Linux-RH6 above? Please a

Re: shell script

2000-11-20 Thread Aravind Sadagopan
> VARIABLE=`grep .` Take care of the quotes.. its the one present before "1" on an English keyboard Cheers Aravind S > Hi, one more question: how can i assign the result from grep or awk to a > variable in shell script? Thanks. > > - Original Message -

Re: shell script

2000-11-20 Thread Aravind Sadagopan
you can use xargs to pass the output to rm..I will be like ldapsearch uid=userabc homedirectory | grep homedirectory | awk -F= '{print $2;}| xargs rm -Rf Cheers Aravind S Vineeta wrote: > What is the output of /home/userabc like? > Does it contain sub-directories which u want to be removed? >