On 3/4/25 2:17 AM, Kaz Kylheku wrote:
Hi All,
Consider this trivial wrapper:
wrapper()
{
command "$@"
}
Under an older bash like 4.4.20, when we suspend this with Ctrl-Z we get this:
$ wrapper cat
^Z
[1]+ Stopped cat
But under a newer bash, like 5.2.37:
$ wrapper cat
^Z
Hi All,
Consider this trivial wrapper:
wrapper()
{
command "$@"
}
Under an older bash like 4.4.20, when we suspend this with Ctrl-Z we get this:
$ wrapper cat
^Z
[1]+ Stopped cat
But under a newer bash, like 5.2.37:
$ wrapper cat
^Z
[1]+ Stopped command "$