4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
1 results tagged exec x
  • unix - What are the uses of the exec command in shell scripts? - Stack Overflow

    The exec built-in command mirrors functions in the kernel, there are a family of them based on execve, which is usually called from C.

    exec replaces the current program in the current process, without forking a new process. It is not something you would use in every script you write, but it comes in handy on occasion. Here are some scenarios I have used it;

    January 8, 2016 at 11:37:56 AM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/18351198/what-are-the-uses-of-the-exec-command-in-shell-scripts
    exec
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation