wordexp() implementation without fork()
Joel Sherrill
joel@rtems.org
Wed Aug 5 15:35:13 GMT 2020
Hi
Having a single process wordexp() implementation has been on the RTEMS
POSIX wishlist for a while. I haven't been able to find one. The POSIX
method description
seems to hint that this implementation strategy is possible and the Linux
man page
uses the phrase "shell-like expansion".
Does anyone know of an implementation that doesn't use fork()? Or an
implementation
strategy based around some open source wildcard evaluation?
Or is this a POSIX method that is just unimplementable without multiple
processes?
Thanks.
--joel
More information about the Newlib
mailing list