I need to parse, iterate through an .tsv file, using awk.
The file path is correct, tested in terminal. getting error "cat: ./datalist.tsv No such file or directory"
the tsv file have few rows, tab separated. plan is to loop through the tsv file content.
here is my code, for filename.awk :