Okay so I have a file called distro-dupe.txt.

Theres 1 line in the file:
testrelease.feta-FISK

Now:
Code:
//echo -s $read(distro-dupe.txt, s, testrelease.feta-FISK)


Gives me $null :-(

Code:
//echo -s $read(distro-dupe.txt, w, testrelease.feta-FISK)

However works fine... problem with this is just then when there are very similar files the wildcard search catches them :-/