經安全檢測,此網站為安全網站,請放心前往原始網址!

bash - "while read LINE do" and grep problems - Stack Overflow

I have two files. file1.txt: Afghans Africans Alaskans... file2.txt contains the output from a wget on a webpage, so it's a big sloppy mess, but does contain many of the words from the first list. Bashscript: cat file1.txt | while read LINE; do grep $LINE

stackoverflow.com

網址安全性掃描由 google 提供