View original Gist on GitHub
Tags: #bash #shell #repeat
# repeat the character x twenty times printf 'x%.0s' {1..20}