Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
awk 'NR==FNR{w[$0]=1;next}w[$0]' 1.txt file.txt
In my reply to your same question in thread822-1254915 I mentioned that [tt]grep[/tt] with -f works with GNU [tt]grep[/tt]. Unix [tt]grep[/tt]s are abit different, but usually there are another [tt]grep[/tt] too, which is more compatible with the GNU version. Find it and run it with full path.sumas said:grep: illegal option -- f