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*

4
  • do we need to run "set -- *" before we run your find code? Commented Mar 26, 2019 at 7:06
  • @yael No, that is not necessary. That was just a bit of explaining the way that the embedded bash script works that find calls. Commented Mar 26, 2019 at 7:12
  • so when you say "names" it include folders and files - am I correct ? ( I mean also if we have more the 1000 folders under folder , it will print it Commented Mar 26, 2019 at 7:17
  • @yael Yes, it would include the names of any entry in the directory. Commented Mar 26, 2019 at 7:41