Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:start [2026/07/02 21:21] – [File operations] mh | linux:start [2026/07/02 21:26] (current) – [File operations] mh | ||
|---|---|---|---|
| Line 220: | Line 220: | ||
| === Mass renaming === | === Mass renaming === | ||
| - | Uppercase .JPG to lowercase .jpg | + | __**Changing an extension: |
| <code bash> | <code bash> | ||
| Line 226: | Line 226: | ||
| </ | </ | ||
| - | Or changing | + | __**Changing |
| <code bash> | <code bash> | ||
| Line 241: | Line 241: | ||
| * ''" | * ''" | ||
| - | Alternative (rename tool): | + | __**Alternative (rename tool):**__ |
| <code bash> | <code bash> | ||
| rename ' | rename ' | ||
| </ | </ | ||
| + | |||
| + | * Use the '' | ||
| + | * Use '' | ||
| + | * On Linux Mint / Ubuntu, '' | ||
| + | * The '' | ||
| + | * For safety, preview first with '' | ||
| ---- | ---- | ||