Skip to content

Instantly share code, notes, and snippets.

@p120ph37
Last active April 19, 2018 10:53
Show Gist options
  • Save p120ph37/2819fdb0205bdfdb84a5 to your computer and use it in GitHub Desktop.
Save p120ph37/2819fdb0205bdfdb84a5 to your computer and use it in GitHub Desktop.
seq/sed FizzBuzz
seq 100 | sed 'n;n;s/.*/Fizz/' | sed 'n;n;n;n;s/[0-9]*$/Buzz/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment