On Apr 25, 3:18pm, Bart Schaefer wrote:
}
} Consider something like:
}
} x=({1..1000000}
} print $x
}
} If you can't ^C that print, you're potentially in a world of pain.
Of course this only applies in scripts/subshells already, because you
can't ^C most builtins that are run directly from the shell prompt.