Query: eval
OS: posix
Section: 1posix
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVAL(P) POSIX Programmer's Manual EVAL(P)NAMEeval - construct command by concatenating argumentsSYNOPSISeval [argument ...]DESCRIPTIONThe eval utility shall construct a command by concatenating arguments together, separating each with a <space>. The constructed command shall be read and executed by the shell.OPTIONSNone.OPERANDSSee the DESCRIPTION.STDINNot used.INPUT FILESNone.ENVIRONMENT VARIABLESNone.ASYNCHRONOUS EVENTSDefault.STDOUTNot used.STDERRThe standard error shall be used only for diagnostic messages.OUTPUT FILESNone.EXTENDED DESCRIPTIONNone.EXIT STATUSIf there are no arguments, or only null arguments, eval shall return a zero exit status; otherwise, it shall return the exit status of the command defined by the string of concatenated arguments separated by <space>s.CONSEQUENCES OF ERRORSDefault. The following sections are informative.APPLICATION USAGENone.EXAMPLESfoo=10 x=foo y='$'$x echo $y $fooeval y='$'$x echo $y 10RATIONALENone.FUTURE DIRECTIONSNone.SEE ALSOSpecial Built-In UtilitiesCOPYRIGHTPortions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2003 Edition, Standard for Information Technol- ogy -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html .IEEE/The Open Group 2003 EVAL(P)
Related Man Pages |
---|
exit(exitfail) - linux |
exit(3tcl) - linux |
exit(exitfail) - linux |
exit(3c) - linux |
colon(1posix) - linux |
Similar Topics in the Unix Linux Community |
---|
StartX |
* character evaluating too soon - Help! |
displaying 3 directory listings in 3 separate columns. |
cut awk dummy question :) |
Resolve variable inside another variable |