"eval" example to use $cmd as an array

Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
Osamu Aoki 2019-11-19 00:02:21 +09:00 committed by Johannes Altmanninger
parent d7e545d89b
commit 435556001e

View file

@ -17,7 +17,7 @@ Description
If your command does not need access to stdin, consider using ``source`` instead.
If no piping or other compound shell constructs are required, variable-expansion-as-command, as in ``set cmd ls; $cmd``, is also an option.
If no piping or other compound shell constructs are required, variable-expansion-as-command, as in ``set cmd ls -la; $cmd``, is also an option.
Example