Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • See also an example script (not the simplest because that one had additional constraints). Commented Aug 27, 2013 at 7:32
  • sh rowcol.sh forces your program to be run with sh, which is not bash. (Even when /bin/sh is a link to bash, it runs in POSIX-compatibility mode started under that name, disabling some bash-only features) Commented Oct 26, 2022 at 20:11