mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 09:20:46 +08:00
"eval" example to use $cmd as an array
Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
parent
d7e545d89b
commit
435556001e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user