eval
eval
help
eval [options] [string]
Evaluate a string as a command.
Options:
-v, --verbose Print the value of the evaluated string.
-f, --file Treat the string as a shell script.
-r, --raw Remove any whitespace from the string before evaluating it.
-h, --help Show this help message.
Evaluates the specified string as a command. If no string is specified, the standard input is used.
breakdown
Last updated