Skip to content

Instantly share code, notes, and snippets.

@slow-is-fast
Created January 7, 2018 08:48
Show Gist options
  • Select an option

  • Save slow-is-fast/60d5c7cd18306b2b29ed83b48dbb5323 to your computer and use it in GitHub Desktop.

Select an option

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