We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wechatscope 原文经常处理偶尔会出现error,只需要删掉data文件夹中文档大小小一个数量级的文件即可。
先用 ls -Slr |head -n 200 找出出错的文件,然后用以下命令删掉。随后会再次下载。
ls -Slr |head -n 200
ls -Sr |head -n 99 | xargs rm
The text was updated successfully, but these errors were encountered:
Andres-Cards-editing
Sorry, something went wrong.
No branches or pull requests
wechatscope 原文经常处理偶尔会出现error,只需要删掉data文件夹中文档大小小一个数量级的文件即可。
先用
ls -Slr |head -n 200
找出出错的文件,然后用以下命令删掉。随后会再次下载。ls -Sr |head -n 99 | xargs rm
The text was updated successfully, but these errors were encountered: