in reply to Re^2: create array of empty files and then match filenames
in thread create array of empty files and then match filenames

Can you tell me what {grep -f} and {glob '*'} do?
If you have the "Function Nodelet" displayed, there are links to these Perl built-in functions. Otherwise... glob, grep
  • Comment on Re^3: create array of empty files and then match filenames

Replies are listed 'Best First'.
Re^4: create array of empty files and then match filenames
by angela2 (Sexton) on Jan 07, 2016 at 16:11 UTC
    Oh sorry, I read these two pages but for example I didn't find "grep -f" in them so I thought they weren't complete. Is -f just the general -f option?
      Is -f just the general -f option?
      -f
        Ugh I feel like a big idiot. I did look for it in perldoc but looked up -f so got no results. Thanks. I normally am able to look stuff up, I don't know what happened now.