Opublikuj swoje zlecenie za darmo i otrzymaj oferty od wykonawców freelancerów już minutę po opublikowaniu!
Bash script
41 PLNScript finds all files which names meet at least one of the masks given in specified directories and all of their subdirectories.
In files found described in previous sentence, find those files which contain the text given in expression and place their names in file with the name given
in output. User set some parameters in the command line. Some keys have the following special meaning:
-m: tells that the next parameters are masks
-d: tells that the next parameters are directories
-e: the next parameter is a regular expression
-o: the next parameter is a name of result file
-t: the next parameter is a name of temporary file