Module uu_env::split_iterator

source ·
Expand description

Process command line according to parsing rules of original GNU env. Even though it looks quite like a POSIX syntax, the original “shell_words” implementation had to be adapted significantly.

Apart from the grammar differences, there is a new feature integrated: $VARIABLE expansion.

[GNU env] https://www.gnu.org/software/coreutils/manual/html_node/env-invocation.html#g_t_002dS_002f_002d_002dsplit_002dstring-syntax

Structs§

Functions§