Timeline for How to rename multiple files using find
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 15, 2021 at 21:25 | comment | added | Kamil Maciorowski | Flaws: Bash pitfall number 1, unquoted variables. | |
| Mar 19, 2021 at 5:31 | comment | added | nebulabox | This solution doen't work if the file name include white space. | |
| Aug 13, 2019 at 17:20 | comment | added | Varun Risbud | Yeah, you can pretty much put any expression in the for and perform a bulk operation. | |
| Aug 10, 2019 at 18:46 | comment | added | Salami | this has the advantage of being able to use variable expansion eg. ${i:r}. Nice answer. | |
| Jul 9, 2019 at 20:25 | history | answered | Varun Risbud | CC BY-SA 4.0 |