1

What is the maximum number of beep repeats that we can pass to the -r flag in the terminal?

I'm not seeing anything in the documentation at https://manpages.ubuntu.com/manpages/jammy/en/man1/beep.1.html.

1
  • 1
    Chances are it will be one of max 32bit, 64bit, signed or unsigned. Why not just test? It's not difficult. Or just look at the source. Indeed, looking at the source, it is an unsigned 32bit, so 2 ^ 32 - 1. Really not difficult to find. Commented Dec 20, 2023 at 11:46

0

You must log in to answer this question.

Browse other questions tagged .