Timeline for remove duplicate files
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 10, 2013 at 22:28 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |
set IFS to newline so that this actually works
|
| Apr 8, 2013 at 14:49 | comment | added | AvL |
Thanks a lot! Actually I simply tested if there would be a conflict with find . -name "* 1 1.*" -print. This listed 5 files, which I manually renamed after cleaning the folder with: find . -name "* 1.*" \! \( -name "* 1 1.*" \) -delete
|
|
| Apr 8, 2013 at 14:46 | vote | accept | AvL | ||
| Apr 8, 2013 at 14:29 | history | answered | Tamara Wijsman | CC BY-SA 3.0 |