About 739,000 results
Open links in new tab
  1. exec (1): bash built-in commands, see bash - Linux man page

    bash, :, ., [, alias, bg, bind, break, builtin, caller, cd, command, compgen, complete, compopt, continue, declare, dirs, disown, echo, enable, eval, exec, exit, export, false, fc, fg, getopts, …

  2. How to use the 'exec' command (with examples)

    Dec 17, 2024 · The exec command is a unique and efficient tool in shell scripting and command-line operations, allowing users to replace the current shell process with any specified …

  3. Exec - Wikipedia

    exec (system call), an operating system function for running a program eval, a programming language function for executing a statement or evaluating an expression, variously called exec …

  4. What is Exec? - Computer Hope

    Sep 7, 2025 · The multiple meanings of exec in command line interfaces, programming, and server-side includes, with definitions, examples, and related terms explained.

  5. exec | Microsoft Learn

    Reference article for the exec command, which runs a script file on the local computer.

  6. NirCmd Command Reference - exec - NirSoft

    Runs an application, and optionally specify one or more command-line parameters for the executed application. The [show/hide/min/max] parameter specifies whether the running …

  7. Linux exec命令教程:如何执行和替换命令(附实例详解和注意事 …

    这意味着如果你在一个shell脚本中使用exec命令,那么exec命令后面的代码都不会执行,除非exec命令失败了。 所以,一般在shell脚本中使用exec命令时,要把它放在最后一行,或者 …

  8. EXEC Definition & Meaning - Merriam-Webster

    The meaning of EXEC is executive officer.

  9. linux之exec命令详解 - CSDN博客

    Dec 9, 2015 · 系统调用exec是以新的进程去代替原来的进程,但进程的PID保持不变。 因此,可以这样认为,exec系统调用并没有创建新的进程,只是替换了原来进程上下文的内容。

  10. Exec - Gradle DSL Version 9.1.0

    Sets the full command line, including the executable to be executed plus its arguments. Adds an environment variable to the environment for this process. Adds some environment variables to …