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
  • 6
    you almost certainly want to either use >> or move the stdout redirection outside of the loop (I'd go for option 2). And ($symbol) will cause a bash error; I think you want to get rid of the parentheses. Commented Aug 25, 2013 at 5:19
  • Thanks for the comment. I have reflected your suggestions in my answer. Commented Aug 26, 2013 at 2:43