Timeline for Add file extension to files that have no extension
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 8, 2016 at 8:30 | comment | added | Wildcard | The form from @Sundeep is better because it's actually specified in POSIX. Using multiple arguments containing {} may not work on all systems. | |
| Oct 2, 2016 at 19:57 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 | don't break on file names containing spaces |
| Oct 2, 2016 at 15:50 | comment | added | Sundeep | can also do it as find . -type f ! -name "*.*" -exec bash -c 'mv "$0" "$0".mp4' {} \; | |
| Oct 2, 2016 at 15:41 | vote | accept | ThoWe | ||
| Oct 2, 2016 at 15:40 | history | answered | Jaur | CC BY-SA 3.0 |