Skip to content

Instantly share code, notes, and snippets.

@libert-xyz
Created December 12, 2016 01:39
Show Gist options
  • Save libert-xyz/43c12b0aca7baeff397f2a5cfbf968e8 to your computer and use it in GitHub Desktop.
Save libert-xyz/43c12b0aca7baeff397f2a5cfbf968e8 to your computer and use it in GitHub Desktop.
CreateFIles in Bash
for i in ./{a,b,c}-{1,2,3}.{txt,log,bin}; do echo $i > $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment