is it possible to call unix / linux commands, as it is with e.g. c/c++/php and its exec() function?
i would really love to pipe some info to a running linux application and i would need something like this call_linux_func(" echo 'ddd' | linuxcommand -takes -some -paras ") it would be enough to just call the linux function though.