Nice trick done by collegue Shriharsh and below is command pasting again incase he removes his blog
for d in ./*/ ; do (cd "$d" && mvn clean); done The above for-loop would invoke mvn clean in each folder of the directory list defined by the path ./*/.
No comments:
Post a Comment