The command I ran to remove the duplicates was:
find . -name '..~' | xargs -d '\n' rm
The -d '\n' argument to xargs tells it to only use newlines to separate paths, otherwise it tries to use any whitespace and this breaks when you have paths with spaces in them. (2/2)
=> More informations about this toot | View the thread | More toots from pwaring@fosstodon.org
text/gemini
This content has been proxied by September (3851b).