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*

5
  • Don't change the rules from comments. 'Old Project' is renamed for me Commented Jun 29, 2020 at 18:51
  • Because GNU find, by default, output the first dir like ./dir. It's required here Commented Jun 29, 2020 at 18:54
  • My post is 100% conform from your sample input. I repeat; the leading / is required from gfind output, or ./. This is far more than a start Commented Jun 29, 2020 at 19:26
  • When yon run gfind without rename, do you have the leading / like ./x Old Project ? This is the normal behavior of find, and the regex need the starting / Commented Jun 29, 2020 at 19:40
  • 1
    I understand. I need to figure out how to get gfind or find to list the current directory with a leading / (i.e. ./) otherwise, the regular expression can't find it. Commented Jun 29, 2020 at 20:14