rumpkernel / fs-utils

File System Access Utilities in Userland
Other
75 stars 9 forks source link

fsu_find does not work (at least on Linux) #4

Open anttikantee opened 11 years ago

anttikantee commented 11 years ago

sixtus::~> fsu_ls test.ffs movedsrc sixtus::~> fsu_find test.ffs . . sixtus::~> fsu_find test.ffs / sixtus::~>

stacktic commented 11 years ago

It was expected as it was an over-simplified version of find.

I have committed a patched version of find, which still needs a lot of work to polish/correct. Simple cases like find . and find . -name regexp should work fine.

anttikantee commented 11 years ago

fsu_find -name worked for me on one host but not another. Maybe I have some build skew. I'll monitor the situation.