This tag refers to the starting of another, subsidiary program.
Using the os/exec package, I want to run an external command on a *nix OS, on behalf of another …
go exec sudoI am getting the following warning when I compile: execute.c:20:2: warning: implicit declaration of function ‘execvpe’[-Wimplicit-function-declaration] execvpe("ls", …
c linux exec posix unistd.hRight now I'm using exec to redirect stderr to an error log with exec 2>> ${errorLog} The only downside …
bash exec stderrIs there any way to do this? I just need to copy a single file and thought there may be …
msbuild exec itemgroupI want to use a bash variable to indicate a file descriptor, like this: id=6 file=a exec $id<&…
bash io exec file-descriptori have this problem: i compile and run application and all work in mine computer. When i try to run …
delphi exec vclI'm coding a web interface to a horrible piece of propitiatory software our company uses. The software has no real …
php exec sanitizeI'm using Unison to sync files between two servers. I'm trying to get PHP to call it after a file …
php exec unisonI want to change standardOutput of one build task to file, because it will be parsed later by another task. …
gradle exec outputI'm trying to set an environment variable in a build script with phing. This is normally done command line like …
command-line environment-variables exec phing