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
rm would just be a 'remove' alias, rm_rf would remove files and directories recursively - we've been using the system(rm -rf) hack for too long.
system(rm -rf)
The text was updated successfully, but these errors were encountered:
File rm, rm_rf, find + test cases. Closes #738. Closes #737. Closes #736
90b3839
. Closes #735. Closes #734.
nddrylliog
No branches or pull requests
rm would just be a 'remove' alias, rm_rf would remove files and directories recursively - we've been using the
system(rm -rf)
hack for too long.The text was updated successfully, but these errors were encountered: