This is a discussion on execv system call - Unix Commands ; Hi, I am using execv () system call to run a command line utility. But In my command one argument takes double quotes also. How would I give those quotes as arguments to this execv () system call.........? Ex: ./jhead ...
Hi,
I am using execv () system call to run a command line utility.
But In my command one argument takes double quotes also.
How would I give those quotes as arguments to this execv () system call.........?
Ex: ./jhead -st "output.jpg" DSC08259.JPG
I have to give the double quotes also as an i/p to the command. ( as : "output.jpg")
Thnks in Advance.
Thnaks & Regards,
Suneetha.V