Description
Shell-style word expansion through `wordexp(3)` can be accessed from Haskell code using wrapper bindings.
It is useful for systems programs that need POSIX-like expansion behavior. Shell expansion can be dangerous with untrusted input, so avoid passing user-controlled strings unless quoting, validation, and expected expansion rules are fully understood.