Email or username:

Password:

Forgot your password?
Top-level
James Henstridge

@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?

3 comments
Marek, lost in computation

@jamesh @wingo That's a fair point, but then the ball is in the court of `env` why it wouldn't implement something like `-S` by default.

Andy Wingo

@jamesh @leonidas quoting and backslash for quotes. not all slopes are slippery :)

Go Up