Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
איך אני עושה תרגיל פשוט בבאש? למשל 10*10=100
https://ryanstutorials.net/bash-scripting-tutorial/bash-arithmetic.php
@dovid מה ההבדל בין כל הפונקציות שם? לי יצא הכי פשוט
echo $((10*10))
בשביל מה צריך expr או let?