Skip to content

Instantly share code, notes, and snippets.

@vbrozik
Last active August 9, 2023 17:28
Show Gist options
  • Save vbrozik/2e70335e46d21942d77f3b0d76db5f66 to your computer and use it in GitHub Desktop.
Save vbrozik/2e70335e46d21942d77f3b0d76db5f66 to your computer and use it in GitHub Desktop.
Shell - snippets

Shell snippets

# print repeated character
printf '%.1s' ={1..20}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment