Top "Exec" questions

This tag refers to the starting of another, subsidiary program.

how to use sed from a tcl file

I'm trying to use the Unix "sed" command form within a tcl file, like this: (to change multiple spaces to …

unix sed exec tcl
Executing a shell command from Common Lisp

How can i execute a shell (bash) command within a Common Lisp program and assign the output to a variable?

bash shell lisp exec common-lisp
Java Runtime exec() fails to escape characters properly

This might already been answered before but that was regarding unicode and I don't think this is unicode (it's in …

java character-encoding escaping exec runtime.exec
popen() alternative

My question is extension of this one: popen creates an extra sh process Motives: 1) My program need to create a …

c exec process popen
Why doesn't an import in an exec in a function work?

I can put an import statement in a string, exec it, and it works (prints a random digit): code = """ import …

python function import exec
C - Passing A Pipe thru execve

I am working on a project for school and I am not sure if the way I am trying to …

c exec pipe execve
Running libreoffice from php exec()

I have installed libreoffice headless on a freebsd-server with apache in order to convert documents programmatically (e.g. odt->…

php permissions exec libreoffice
How to escape php exec() command with quotes

I use the Exiv2 command line tool on Linux to edit image metadata like so: exiv2 -M"set Iptc.Application2.…

php escaping exec exiv2
Compile PyPy to Exe

I know how to compile CPython file to exe using cx_freeze but is it possible to compile a simple …

python compilation exec pypy
gradle: Execute task "type:Exec" with many arguments with spaces

I have the gradle task that should create Websphere profile on Windows OS task createProfile(type:Exec) { def commandToExecute = new …

batch-file gradle exec spaces processbuilder