diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 4b523524b5..1e54d38d2c 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -3905,20 +3905,13 @@ nsh> The entity to be executed is identified by enclosing the command line in back quotes. For example,
-set FOO `myprogram $BAR +set FOO `myprogram $BAR`will execute the program named
myprogram
passing it the value of the environment variable BAR
.
The value of the environment variable FOO
is then set output of myprogram
on stdout
. Because this feature commits significant resources, it is disabled by default.
-
-
- CONFIG_NSH_TMPDIR
CONFIG_NSH_CMDPARMS
is selected, then function output will be retained
- in a temporary file. In that case, this string must be provided to
- specify the full path to a directory where temporary files can be
- created. This would be a good application of RAM disk: To provide
- temporary storage for function output.
+
+ The CONFIG_NSH_CMDPARMS
interim output will be retained in a temporary file.
+ Full path to a directory where temporary files can be created is taken from CONFIG_LIBC_TMPDIR
and it defaults to /tmp
if CONFIG_LIBC_TMPDIR
is not set.
CONFIG_NSH_TMPDIR
CONFIG_NSH_USBCONDEV
CONFIG_NSH_USBCONSOLE
CONFIG_NSH_UBSDEV_MINOR
ls
mb
lsmod
md5
mh
mv
nfsmount
nice
nshlib
)nshlib
)nshlib
), initializationnshlib
)nsh_consolemain()
nsh_initialize()
nsh_main()
rm
rmdir
rmmod
route
set
sh