代码片段
敖武的博客
作者:
敖武
数字序列
#!/bin/bash
for
n
in
{
1..5
}
do
echo
$n
done