Skip to content

Instantly share code, notes, and snippets.

@s-tajima
Created June 12, 2012 13:18
Show Gist options
  • Save s-tajima/2917467 to your computer and use it in GitHub Desktop.
Save s-tajima/2917467 to your computer and use it in GitHub Desktop.
Bash snipets
# 連番でディレクトリを作成
seq 1 10 | xargs -t -i mkdir test_{}
mkdir test_{1..10}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment