Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amelius
4 months ago
|
parent
|
context
|
favorite
| on:
Environment variables are a legacy mess: Let's div...
Another legacy mess:
Argument list too long
It's absolutely crazy that this isn't a dynamically resizable vector.
formerly_proven
4 months ago
|
next
[–]
It is, there’s just a limit set by the kernel for the number of pages the command line as a whole can occupy or something like that.
amelius
4 months ago
|
parent
|
next
[–]
No, it's still an artificial limit, even if you can change it (usually after your command has failed).
chasil
4 months ago
|
prev
[–]
The xargs command was designed to address this. From this perspective, it is a kludge.
amelius
4 months ago
|
parent
[–]
Yes, and xargs isn't the same thing. It splits a single command into multiple commands, which can lead to surprises.
The issue also breaks scripts left and right. It really needs to be solved.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: