shell编程里,"$1"是什么意思?如下
#!/bin/bashwhilereadlinedostr=($line)tmp=`punycode-d${str[1]}`echo"${str[0]}$tmp${str...
#!/bin/bash
while read line
do
str=($line)
tmp=`punycode -d ${str[1]}`
echo "${str[0]} $tmp ${str[2]} ${str[3]} ${str[4]}"
done <$1 展开
while read line
do
str=($line)
tmp=`punycode -d ${str[1]}`
echo "${str[0]} $tmp ${str[2]} ${str[3]} ${str[4]}"
done <$1 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询