update page now

Voting

: min(one, two)?
(Example: nine)

The Note You're Voting On

csh dot spam at me dot com
12 years ago
/bin/sh -c CMD will fork sh and then exec CMD.
/bin/sh -c exec CMD will NOT fork and only executes CMD.
Therefore, you can get rid of this hack by prefixing your command to "exec bla bla bla".

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /