This may sound trivial, but I\'m pretty sure this question hasn\'t been asked, or at least I can\'t find it.
I\'m looking for a way to construct an infinite wait
If you have GNU coreutils, which accepts floating-point seconds, you can try:
sleep inf
This should block until the 64-bit timestamp wraparound.