Skip to content

Instantly share code, notes, and snippets.

@nilforooshan
Created June 12, 2024 08:37
Show Gist options
  • Save nilforooshan/504e53f48c8fbe4853f0ecd310b6d4a3 to your computer and use it in GitHub Desktop.
Save nilforooshan/504e53f48c8fbe4853f0ecd310b6d4a3 to your computer and use it in GitHub Desktop.
sh: Repeat a string "n" times
for i in {1..10}; do echo -n "Hi"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment