If you do $((08+1)) or $((09+1)) in terminal, linux shows an error.
However, you can use 07,06,05,04,03, 02,01,00, and Linux treat them as 7,6,5,4,3,2,1,0 .
Can someone tell me how to make 08 and 09 work in this way?
However, you can use 07,06,05,04,03, 02,01,00, and Linux treat them as 7,6,5,4,3,2,1,0 .
Can someone tell me how to make 08 and 09 work in this way?
Comment