|
From: Asger H. D. <as...@ty...> - 2025-09-18 11:22:07
|
Hi,
I just tried using avfs for the first time today (v1.2.0 on Arch Linux) and it works really nice.
For my use-case however, I would like to use `find` with the ability to recurse into `.tgz` files. It seems like avfs doesn't create directory entries that can be found any tool such as `ls` or `find` and thus I had to use something like:
find . -name '*.tgz' -exec sh -c "cd \"\$1\"#; find ." sh '{}' ';'
I think it would be easier if avfs just provided the directory entries it supports. Is that possible to do currently or would it be possible to add support for it? Maybe with a special flag to `mountavfs`?
PS: Where is the documentation for avfs located? https://avf.sourceforge.net/ contains very little information and doesn't describe `mountavfs` command and the `~/.avfs/<PATH>/<archive>#/...` path format.
Best Regards,
Asger Hautop Drewsen
|