diff options
Diffstat (limited to 'Doc/help/eval')
-rw-r--r-- | Doc/help/eval | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/help/eval b/Doc/help/eval new file mode 100644 index 000000000..3c04cf307 --- /dev/null +++ b/Doc/help/eval @@ -0,0 +1,6 @@ +eval [ arg ... ] + Read the arguments as input to the shell and execute the result- + ing command(s) in the current shell process. The return status + is the same as if the commands had been executed directly by the + shell; if there are no args or they contain no commands (i.e. + are an empty string or whitespace) the return status is zero. |