So, I'm trying to create a procedure that will take a char as a variable, and pass that variable to a grep command on the server, so that I can ultimately dbms_output a list of all files in a particular directory that match the search string.
Is there any way to call a grep command from plsql and have the output of the grep command come back to the procedure?
Thanks!
-j