Tip: the argument list is too long because there are too many files to be deleted, resulting in a long parameter. You can delete it in this way
find . -name "*" | xargs rm -rf '*'
Tip: the argument list is too long because there are too many files to be deleted, resulting in a long parameter. You can delete it in this way
find . -name "*" | xargs rm -rf '*'