Doesn't handle trailing slashes correctly
Closed this issue · 0 comments
Gooberpatrol66 commented
$ walk .
.
./test1
./test2
./test3
$ walk ./
./
.//test1
.//test2
.//test3
Closed this issue · 0 comments
$ walk .
.
./test1
./test2
./test3
$ walk ./
./
.//test1
.//test2
.//test3