saixiii.com
expr - Linux Command คำสั่งที่ใช้ประมวลผลตรรกะคณิตศาสตร์ - Saixiii
expr Linux Command – expr ใช้ประมวลผลตรรกะคณิตศาสตร์ คำสั่ง 1. Boolean expression $ expr 3 = 3 1 $ expr 3 \> 3 0 2. Mathematic expression $ expr 20 + 23 43 $ expr 20 - 23 -3 $ expr 20 \* 23 460 $ expr 20 / 23 0 โครงสร้างคำสั่ง expr…