实现的功能: cat 1.txt | grep “cat出来的一行" somefile 找出在某些文件中出现的1.txt的行。 找到的解决办法是xargs cat 1.txt | xargs -i grep {} somefile