Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Great!awesome but i cheated some and had a friend help me with a bash script that uses exiftool
Taking the time to learn bash scripting yourself would be *SO* worth it in the long run. You really can't appreciate the built-in power of *nix until you see what you can do with its basic tools.it has a few flaws but does work maybe we can come up with something.
Want to do them all at once? Like in a few seconds?At moment filenames with spaces are a no no so i'll have to rename those that have spaces in them.
This will change spaces in file names to underscores.#!/bin/bash
ls > /tmp/current_files
mv /tmp/current_files ./current_files
cat current_files | tr ' ' '_' > current_files_new
FileCount=$(wc -l current_files | awk '{print $1}')
count=1
while [ "$count" -le "$FileCount" ]
do ReadAwk="FNR=="$count
OldName=$(awk $ReadAwk current_files)
NewName=$(awk $ReadAwk current_files_new)
mv "$OldName" "$NewName" > /dev/null 2>&1
count=$(($count+1))
done
rm current_files
rm current_files_new
exit 0
My suggested way (bash scripting plus ImageMagick) wouldn't limit you like that, because IM can determine the file type on its own. But for right now, if it's working out okay, just stick with it.Also as you can see can only do one type at a time
on the fedora site my signature is Command Line Flunkie Gui Junkie
I wish to change this![]()

I was in the process of writing the above, but got distracted and by the time I got back to it, you'd posted your question about the very thing I was going to write about!what is the easiest way to rename files by just removing the spaces in the name?

Fantastic!your code worked like a charm![]()

munching on peanut m&ms. they're my favorite.
That's Kellogg's silly!
![]()

i hope he is not NEKKID of the woods as it is cold on the east coast. he'll freeze
hope y'all are keeping warm with all the cold fronts the US is getting. here in LA we are getting plenty of rain every few days it seems.
Happy asian new year... wishing you all a wonderful and exciting year.



Way to rub it in ocn, barely pushed 40 with awful rain storms here in sc![]()



Belated happy birthday! :birthday:ok so i just had a birthday
Great, isn't it?here in LA it has been in the 70's and it might get into the 80's this weekend![]()
Here in the lovely San Gabriel Valley, we're supposed to be in the mid 80s in the next few days. My best friend, currently living in North Carolina, gets sick of me rubbing in how great it is here while she's dealing with snow and below freezing temperatures. 