mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
And nested pipeline supported.
Test
1. Redirect in
cat < /etc/init.d/rc.sysinit
2. Simple pipeline
ls | cat
3. Nested pipeline
ls | dd | cat | dd | cat
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| registry | ||
| .gitignore | ||
| builtin_list.c | ||
| builtin_list.h.in | ||
| builtin_proto.h.in | ||
| CMakeLists.txt | ||
| exec_builtin.c | ||
| Make.defs | ||
| Makefile | ||