This shows you the differences between two versions of the page.
| — |
bash [2020/01/05 01:18] (current) valerio created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Rinominare file multipli | ||
| + | <code>for i in *.bak; do mv "$i" "${i/bak/ini}"; done</code> | ||