Did you try installing the seq
utility? It's part of GNU Coreutils, and seems to also be available on BSDs. The problem with using special shell-builtins/syntax is that it may not be compatible with other shells (ex. POSIX sh
), whereas the seq
utility should work with all shells.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.