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
Uses the normalize_path used in cargo to strip duplicate slashes
With a link to a std rfc rust-lang/rfcs#2208
This fixesuutils#1829
This also touches uutils#1768
but does not attempt to fully solve it
* rm: add verbose output and trim multiple slashes
Uses the normalize_path used in cargo to strip duplicate slashes
With a link to a std rfc rust-lang/rfcs#2208
This fixes#1829
This also touches #1768
but does not attempt to fully solve it
rm fails this test: https://github.com/coreutils/coreutils/blob/master/tests/rm/v-slash.sh
The directory and the file are removed, but the stdout doesn't match GNU's stdout.
If ported to rust:
the output is:
Related #1768
The text was updated successfully, but these errors were encountered: