linux bash array的相關文章
linux bash array的相關商品

linux - How to declare 2D array in bash - Stack Overflow
瀏覽:735
日期:2025-04-29
I m wondering how to declare a 2d array in bash and then initiate to 0 Something like: int a[4][5] = {0}; //C language And how to assign a value to an element? like a[2][3] = 3;...看更多