sns
sns copied to clipboard
optimization idea
It's possible to reduce requests by using the ability to see how many files lie behind each prefix.
For example if you check a.*~2 and it isn't found then you can stop searching under a after you find the first result.