Search results

  1. F

    Pulling grep patterns from a file

    Hello out there, I want to pull out the patterns which I feed grep out of file. The file has the form name=value and I want read out the values one by one in order to give it to grep. The name of the file is executables and it's in my homedir. My attempt was while read line; do grep -nr $(awk...
Top