Skip to content

Instantly share code, notes, and snippets.

@ondrik
Created April 24, 2020 07:19
Show Gist options
  • Save ondrik/e44c5d5198c0754eb095dd9e71ac599c to your computer and use it in GitHub Desktop.
Save ondrik/e44c5d5198c0754eb095dd9e71ac599c to your computer and use it in GitHub Desktop.
ITERATIONS=XXXXXXX
for i in `seq 1 ${ITERATIONS}` ; do
cat file1
done >> file2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment