Skip to content

Instantly share code, notes, and snippets.

@itkq
Created January 6, 2015 13:55
Show Gist options
  • Save itkq/ecb74f10f817fd6815cb to your computer and use it in GitHub Desktop.
Save itkq/ecb74f10f817fd6815cb to your computer and use it in GitHub Desktop.
seq 100 | awk '{print $0%15?$0%5?$0%3?$0:"Fizz":"Buzz":"FizzBuzz"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment