Several place, system() is used but they often have poor error handling, and the other places, `` is used for appropriate error handling.
Something like mysystem() function should be defined, in which error message is hadled appropriately, e.g., output to LOG file, but easier than to use than ``.
Several place, system() is used but they often have poor error handling, and the other places, `` is used for appropriate error handling.
Something like mysystem() function should be defined, in which error message is hadled appropriately, e.g., output to LOG file, but easier than to use than ``.