Skip to content

Instantly share code, notes, and snippets.

@jfqd
Created March 25, 2022 07:02
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 jfqd/ab68cc8a8fb806b6009d7a4ba12aea63 to your computer and use it in GitHub Desktop.
Save jfqd/ab68cc8a8fb806b6009d7a4ba12aea63 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "scale=2;$@" | tr -d "." | tr "," "." | bc | tr -d "," | tr "." ","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment