Hi All,

I want to use the following shell command in my build.xml file
 
ls -l ../../../jobs/ | awk '{ print $9 }' > content.txt
 
is there any way I can use the above mentioned command.

Can anyone help me out in this regard?

Thanks,
Saha


Reply via email to