PATCH: inotifyd.c: Implement a builtin 'echo' command

Denys Vlasenko vda.linux at googlemail.com
Sat Oct 1 22:53:09 UTC 2011


On Monday 26 September 2011 20:55, Flemming Madsen wrote:
> inotifyd.c: Implement a builtin 'echo' command for simply outputting
> events on stdout.

But this already works, right?

$ ./busybox inotifyd echo .
r .
0 .
r . .config
a . .config
0 . .config
r . .config
a . .config
a . .config
0 . .config
...
...
...

If someone wants fancier output, they can use fancier formatter than /bin/echo.

-- 
vda


More information about the busybox mailing list