Function exec( line )

Description:
Executes a string as an operating system command. Any spaces in the string are taken to delimit words (the first word is the name of the command).
Parameters:
line (String)
command line to execute
Return Value (String):
short report message
Example:
exec("do_stuff.py " + RA + " " + DEC)
Signature:
String exec(String)