Re: reg shell commands

2002-10-21 Thread Mark Goland
: "Elanchezhian Sivanandam" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 6:21 AM Subject: Re: reg shell commands > Read File::Find. > Some shell commands return 0 for success and others > for failure or some problem. The case with 'f

Re: reg shell commands

2002-10-21 Thread Dharmender Rai
Read File::Find. Some shell commands return 0 for success and others for failure or some problem. The case with 'find' is the same. If you are taking the return value then of course you will get the numerical stuff. --- Elanchezhian Sivanandam <[EMAIL PROTECTED]> wrote: > hi, > >i want