Timeline for How do I change the extension of multiple files?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 23, 2024 at 2:58 | comment | added | BobC | I used the following for changing all old Arduino files with .pde to .ino in RadioHead examples sub folders: for f in find /examples -iname '*.pde' -type f -print;do mv "$f" ${f%.pde}.ino; done – BobC just now Edit Delete | |
| Jul 15, 2018 at 16:37 | comment | added | Josef Klimuk | What about tcsh.. | |
| Aug 11, 2014 at 17:14 | review | Late answers | |||
| Aug 11, 2014 at 17:21 | |||||
| Aug 11, 2014 at 16:57 | review | First posts | |||
| Aug 11, 2014 at 17:09 | |||||
| Aug 11, 2014 at 16:56 | history | answered | Arash | CC BY-SA 3.0 |