Advertisement
Tariqul_Islam

Arithmetic Operations

Aug 7th, 2020
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.06 KB | None | 0 0
  1. #!/bin/bash
  2. read a
  3. printf "%.3f\n" $(echo "$a" | bc -l)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement