Skip to content

Instantly share code, notes, and snippets.

@jyotty
Created January 19, 2013 19:36
Show Gist options
  • Save jyotty/4574626 to your computer and use it in GitHub Desktop.
Save jyotty/4574626 to your computer and use it in GitHub Desktop.
using '*' in format strings
for i in {1..10}; do printf "%*sbutts\n" $i ""; done
butts
butts
butts
butts
butts
butts
butts
butts
butts
butts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment