bash -

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

瀏覽:551
日期:2026-04-22
cat file1.txt | while read LINE; do grep $LINE file2.txt; done ... but i'm open to learning by an example of a working version, make sense?...看更多