Table cell-only sorting in bash

后端 未结 0 1776
长发绾君心
长发绾君心 2020-12-08 21:26

I need to place cells of every 2nd and 3rd column in sorted order. Thus, I need to swap X[N][2] and X[N][3] if X[N][2] > X[N][3], where X - matrix, N - any natural number

相关标签:
回答
  • 消灭零回复
提交回复
热议问题