I have a list of 14,000 files on my Solaris box that contains whitespace.
ex. red sound 345.wav
red soundloud345.wav
gt564 sound.wav
I need to change all the whitespace to _.
ex: red_sound_345.wav
red_soundloud345.wav
gt564_sound.wav
How would I do this? Any help would be tremendously appreciated.
ex. red sound 345.wav
red soundloud345.wav
gt564 sound.wav
I need to change all the whitespace to _.
ex: red_sound_345.wav
red_soundloud345.wav
gt564_sound.wav
How would I do this? Any help would be tremendously appreciated.