for i in $( seq 1 90 ); do
touch `printf "ch%02d.md" "$i"`;
done
Created
January 7, 2018 08:48
-
-
Save slow-is-fast/60d5c7cd18306b2b29ed83b48dbb5323 to your computer and use it in GitHub Desktop.
Create multiple file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment