Snippets

Michael Gale Create multiple folders in multiple directories using Terminal / iTerm

Created by Michael Gale
for dir in */; do mkdir -- "$dir"/{300x250,728x90,160x600,300x600,320x50}; done

Comments (1)

  1. Michael Gale
    mkdir 9689_DIS_PRO_HL_1_3_300x600 9689_DIS_PRO_HL_1_3_320x50 9689_DIS_PRO_HL_1_3_970x250 9689_DIS_PRO_HL_1_3_Interstitial
    
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.