this post was submitted on 01 Dec 2024
407 points (99.5% liked)
Bash
763 readers
1 users here now
Talk about the Bash Shell and Bash scripting
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's a better way?
convert $i ${i%.*}.jpg
NB: I'm no guru - I just googled "remove file extension in bash".
Should also definitely be quoting both arguments