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
I will note that the docs for drm say "behaves like rm -rf", but that doesn't seem quite correct . . . For plain old rm, the docs say the following:
"-f: Ignore nonexistent files and arguments, never prompt"
However, I am seeing that drm errors out on nonexistent arguments, i.e., if I type:
drm file1 file2,
and file1 doesn't exist, then file2 is not removed, which is . . . painful. Is this intentional, or ??? Thx
The text was updated successfully, but these errors were encountered:
Looks like the walk returns on the first error
mpifileutils/src/common/mfu_flist_walk.c
Lines 432 to 437 in 0a4c530
Sorry, something went wrong.
No branches or pull requests
I will note that the docs for drm say "behaves like rm -rf", but that doesn't seem quite correct . . . For plain old rm, the docs say the following:
"-f: Ignore nonexistent files and arguments, never prompt"
However, I am seeing that drm errors out on nonexistent arguments, i.e., if I type:
drm file1 file2,
and file1 doesn't exist, then file2 is not removed, which is . . . painful. Is this intentional, or ??? Thx
The text was updated successfully, but these errors were encountered: