Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce11886

Browse files
authored
Update Snippets.md
1 parent cfd219e commit ce11886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ echo $b
153153
echo $((1/3))
154154
declare -i c=1
155155
declare -i d=3
156-
e=$(echo "scale=3; $c/$d | bc)
156+
e=$(echo "scale=3; $c/$d" | bc)
157157
echo $e
158158
echo $RANDOM
159159
echo $(( 1 + $RANDOM % 10 ))

0 commit comments

Comments
 (0)