mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue