Longest Command In Crosh !link!
I opened crosh and started generating a single character, repeating it. The goal: execute echo [A*N] where N gets larger.
Result: Error. Argument list too long .
That command contains echo (5 characters) plus 256,000 X’s. Total length: . When executed, Crosh successfully echoes 256,000 X’s to the screen (scrolling out of view) and returns crosh> . longest command in crosh
But a "command" implies execution. So the official winner for executable command remains . I opened crosh and started generating a single

