bash -

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

瀏覽:1312
日期:2025-10-04
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?...看更多