There are 2 files (A.txt,b.txt)
A.txt has 4 columns seperated by tabs
B.txt has only one column
My job is to find multi-word tags (i.e. tags that are more than one word) in A.txt, if a tag matches a tag in B.txt, print the tag ) from the file A.txt
i know i need to use hashes but cannot understand how.....can smeone explain
A.txt has 4 columns seperated by tabs
B.txt has only one column
My job is to find multi-word tags (i.e. tags that are more than one word) in A.txt, if a tag matches a tag in B.txt, print the tag ) from the file A.txt
i know i need to use hashes but cannot understand how.....can smeone explain
Comment