suffuse / sfs

identity fuse filesystem, toward lowering the fuse/unix/java impedance mismatches
Other
8 stars 1 forks source link

Filesystem filtering. #6

Closed paulp closed 8 years ago

paulp commented 8 years ago

Pretty sweet. Try for instance

./run.sh ./target /mnt '.*[.]class$'

And you should have a /mnt which contains everything from target except the classfiles.

EECOLOR commented 8 years ago

All in all it looks like a step in the right direction :-)