I\'ve got this piece of code: import inspect import ast def func(foo): return foo.bar - foo.baz s = inspect.getsource(func)
Need to call unix shell script from a Net assembley开发者_开发技巧, how would I do it.. and return tabular result(key value pair(s)) to the caller.Assuming you are running your code in Mono on Linux,