Skip to main content

All Questions

0 votes
1 answer
637 views

For loop and locate command with regular expression mismatched

when I change any configuration I made a copy of the original file with suffix .original. Now I am composing a simple script that will find all *.original files and work with both versions, ie with ...
ino's user avatar
  • 347
0 votes
1 answer
169 views

regex to remove last four characters

Is there a way I could eliminate the last four characters with regex in the below one line script as I convert .wav files into .mp3 files. As of right now my single line script produces files ending ...
phillipsk's user avatar
  • 161