Activity for Pr. Sunflower
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #290013 |
Thank you, @Canina 🙂
Yes, I am running Debian trixie "testing" but before posting this question I tried `rename` and `rename.ul` but I ran through some trouble with them.
I have `perl` already installed, I called `rename.ul` but it didn't do crap and didn't display any error message in CLI.
... (more) |
— | about 1 year ago |
Comment | Post #290012 |
Yessssss! Thank you! 😁
```
prs@PC:/DOWNLOADS/Pictures$ find . -type f
./IMG_20230916_142601_1-min.jpg-jzt5Mt
./IMG_20230916_142601_1.jpg
./IMG_20230916_155945_3-min.jpg-0YLbKX
./IMG_20230916_155945_3.jpg
./IMG_20230917_045644-min.jpg-k4JtvZ
./IMG_20230917_045644.jpg
prs@PC:/DOWNLOADS/Pictures$ for ... (more) |
— | about 1 year ago |
Edit | Post #290008 | Initial revision | — | about 1 year ago |
Question | — |
Rename multiple files which have a variable suffix I compressed some JPEGs with `curtail` it messed up the filenames. It was supposed to only add `-min` at the end but ended up adding a random string after the extension 😠: ``` prs@PC:/DOWNLOADS/Pictures$ find . -type f ./IMG202309170937262-min.jpg-U2XlUA <<< To rename "[...]2-min.jpg" ./IMG20... (more) |
— | about 1 year ago |