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
  • 1
    The current code does not work. You have multiple errors in it, including spaces after a = and no done at the end of the loop. You're presumably wanting to pipe the result of the find command into the loop, right? You also seem to miss $ on $Base_DIR. Commented Apr 23, 2019 at 18:39
  • install and use shellcheck. Commented Apr 23, 2019 at 18:52