标签:
杂谈 |
分类: LINUX-SHELL |
==============================================================================
这部分为【转】:http://blog.chinaunix.net/u2/76292/showart_1359777.html
1.行列转换:
#/bin/bash
if [ $# -ne 1
]
then