@wingo It's a cool feature to work around the absolutely nonsense way it works by default. Like who thought that smashing the whole line into `argv[1]` is sensible?
Top-level
@wingo It's a cool feature to work around the absolutely nonsense way it works by default. Like who thought that smashing the whole line into `argv[1]` is sensible? 4 comments
|
@leonidas @wingo The #! parsing happens within the kernel. If you start splitting arguments on spaces, which other shell features should the kernel implement? Quoting? Backslash escapes? Environment variable expansion?