hi,

i think the problem is with the command...

/bin/sh -c ls -1nlaR         as you have shown only results in the result 
given by     /bin/sh -c ls 

It doesn't seem to take the ls options in to consideration.
the options 
   a --> show all files including ones starting with "."
   R --> follow sub directories recursively.

/bin/sh -c "ls -1nlaR"      works fine and shows the results with the file 
attributes as required.

Santosh
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to