nuttx-apps/include
fangpeina 78420bc022 nshlib: Add stderr redirection support
This commit implements stderr redirection in HSN, support
Bash-like syntax for redirecting standard error output.
Support both foreground and background commands.

example:
- nsh> ls noexists 2> err.log
- nsh> ls noexists 2> err.log &
- nsh> ls noexists 2>> err.log
- nsh> sh < /dev/ttyS0 > /dev/ttyS0 2> /dev/ttyS1 &
- nsh> sh < /dev/ttyS0 > /dev/ttyS0 2>&1 &

Signed-off-by: fangpeina <fangpeina@xiaomi.com>
2026-04-20 15:20:24 +08:00
..
audioutils audioutils/nxaudio: added pause/resume interface 2026-04-20 15:18:57 +08:00
canutils canutils: Fix minor style issue found in canlib 2026-04-20 15:15:03 +08:00
crypto/controlse nsh: support watch command 2026-04-20 15:18:53 +08:00
fsutils nsh: support watch command 2026-04-20 15:18:53 +08:00
graphics graphics/input: Add input_gen_fill_point interface for generator 2026-04-20 15:19:10 +08:00
industry nsh: support watch command 2026-04-20 15:18:53 +08:00
interpreters nsh: support watch command 2026-04-20 15:18:53 +08:00
logging/nxscope nsh: support watch command 2026-04-20 15:18:53 +08:00
lte nsh: support watch command 2026-04-20 15:18:53 +08:00
modbus nsh: support watch command 2026-04-20 15:18:53 +08:00
netutils docs/doxygen: update network docs 2026-04-20 15:20:18 +08:00
nshlib nshlib: Add stderr redirection support 2026-04-20 15:20:24 +08:00
platform nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
system nxplayer: add tone cmd implementation 2026-04-20 15:19:39 +08:00
testing nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
wasm tools: Add essential math.h for wasm build 2026-04-20 15:18:57 +08:00
wireless docs/doxygen: update network docs 2026-04-20 15:19:55 +08:00
.gitignore Remove extra whitespace from files (#43) 2026-04-20 14:50:13 +08:00