Skip to content

Instantly share code, notes, and snippets.

@danielecook
Created November 28, 2017 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielecook/cbdfd11fcc80907b3148e63e7d9eb2ba to your computer and use it in GitHub Desktop.
Save danielecook/cbdfd11fcc80907b3148e63e7d9eb2ba to your computer and use it in GitHub Desktop.
Bash ceiling #bash_snippets
awk '{printf("%d\n",$0+=$0<0?0:0.9)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment