Copyright © tutorialspoint.com
Syntax
Definition and UsageExecutes the command specified by PROGRAM, passing LIST as arguments to the command. The return value is the exit status of the program as returned by the wait function. To obtain the actual exit value, divide by 256. Return Value
ExampleTry out following example:
It will produce following result:
|
Copyright © tutorialspoint.com