Using bash to read elements on a diagonal on a matrix and redirecting it to another file

前端 未结 3 1854
无人及你
无人及你 2021-01-21 01:57

So, currently i have created a code to do this as shown below. This code works and does what it is supposed to do after I echo the variables:

a=`awk \'NR==2 {pri         


        
3条回答
提交回复
热议问题