Wednesday, November 27, 2013

Executing multiple .sh files (one after another)

find . -iname '*.sh' -exec bash {} \;

No comments:

Post a Comment