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.

2
  • Since it's --min-value=0\<newline> --max-value=5000, it should be OK, the \<newline> is removed but that's still --min-value=0 --max-value=5000 so both options are separated (because of the spaces at the start of the --max-value. There are issues with unquoted variables though, and the fact that $? that the OP is checking is the exit status of the [ command, not the zen function. Commented Aug 8, 2017 at 8:31
  • This code is giving the same result... Commented Aug 8, 2017 at 8:33