Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Show progress during find $DOMAIN in postwget #7

Open
ilyaigpetrov opened this issue Sep 27, 2023 · 0 comments
Open

[Feature] Show progress during find $DOMAIN in postwget #7

ilyaigpetrov opened this issue Sep 27, 2023 · 0 comments

Comments

@ilyaigpetrov
Copy link

find $DOMAIN -type f \( -name '*.htm*' -or -name '*.php*' \) -exec "$iterscript" "$DOMAIN" '{}' "$EXTERNALURLS" "$WGETREJECT" "$NOOVERREACH" -not -path "./$DOMAIN/wget-2-zim-overreach/*" \;:

find $DOMAIN -type f \( -name '*.htm*' -or -name '*.php*' \) -exec "$iterscript" "$DOMAIN" '{}' "$EXTERNALURLS" "$WGETREJECT" "$NOOVERREACH" -not -path "./$DOMAIN/wget-2-zim-overreach/*" \;

This line produces no debug output and takes about 3 hours to complete in my case.
I suggest adding some hints for a user about progress of this task.

@ilyaigpetrov ilyaigpetrov changed the title No output during find $DOMAIN in postwget [Feature] Show progress during find $DOMAIN in postwget Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant