• Hi,

    I am looking to Remove Redundant Image Sizes from my WordPress website and I found this command that works in SSH however when I run it I get the following error:

    Command:
    find . -name *-*x*.* | xargs rm -f

    Error:
    Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path…] [expression]

    Can anyone explain why its not working?
    Thanks
    Dan

  • The topic ‘Remove Redundant Image Sizes’ is closed to new replies.