Longest Command In Crosh Today
We found the wall. After narrowing it down, the longest successful command in Crosh is exactly:
So, what happens when you try to break them? What is the you can type before Crosh gives up? longest command in crosh
# Generate a 32,767-character argument printf 'A%.0s' 1..32767 | xargs -0 echo Note: The above command requires xargs , which may not be available in stock Crosh. You have been warned. Did I miss a longer command? Do you know a hidden built-in that bypasses the limit? Let me know in the comments. We found the wall
Result: Success, but the terminal lagged slightly while redrawing the line. longest command in crosh
Why this number? It is a classic computing limit: (the maximum value of a signed 16-bit integer).