运维网's Archiver
论坛
›
Shell/Powershell
› shell数组常见操作
yinian
发表于 2018-8-22 12:35:29
shell数组常见操作
#!/bin/bash
#声明数组
declare -a TEST
#j=0
#cat > test.file
页:
[1]
查看完整版本:
shell数组常见操作