You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a flag similar to the rm(1)--one-file-system flag. Per the rm(1) options documentation:
--one-file-system
when removing a hierarchy recursively, skip any directory
that is on a file system different from that of the
corresponding command line argument
This would help improve the safety of this implementation of rm. As of writing, it's to be decided if instead the default behavior should be to enable this flag and provide a flag to disable this behavior.
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
Add a flag similar to the
rm(1)
--one-file-system
flag. Per therm(1)
options documentation:This would help improve the safety of this implementation of
rm
. As of writing, it's to be decided if instead the default behavior should be to enable this flag and provide a flag to disable this behavior.The text was updated successfully, but these errors were encountered: