Hi,
I m trying to use exec function to execute unix command to access some files in the job server. But the below command is giving only 1020 characters of the result . Please let me know how to I get the complete result. I think its bcoz of '-c'.
print(exec('/bin/sh','-c " ls /home/xyz/filename*" '));