Skip to main content
added 25 characters in body; edited tags; edited title
Source Link
user13742
user13742

How to execute a bash script on multiple foldersdirectories?

I have a conv.shconv.sh script that loops over *.mp3MP3 files in the current directory and converts them into *.oggOGG. I have also several foldersdirectories {F1, F2,..., F20} at /path/to/Files//path/to/Files/. So howHow should I execute conv.shconv.sh on all of Fn filesthese directories?

How to execute a bash script on multiple folders?

I have a conv.sh that loops over *.mp3 in the current directory and converts them into *.ogg. I have also several folders {F1, F2,..., F20} at /path/to/Files/. So how should I execute conv.sh on all of Fn files?

How to execute a bash script on multiple directories?

I have a conv.sh script that loops over MP3 files in the current directory and converts them into OGG. I have also several directories {F1, F2,..., F20} at /path/to/Files/. How should I execute conv.sh on all of these directories?

Tweeted twitter.com/#!/StackUnix/status/296741776524472320
Source Link
supermario
  • 3.5k
  • 5
  • 21
  • 14

How to execute a bash script on multiple folders?

I have a conv.sh that loops over *.mp3 in the current directory and converts them into *.ogg. I have also several folders {F1, F2,..., F20} at /path/to/Files/. So how should I execute conv.sh on all of Fn files?