bash script not reading filename

后端 未结 0 1338
傲寒
傲寒 2020-12-17 09:11

I have a script myunzip.sh and I want to run it like ./myunzip.sh filename

#!/bin/bash


while (( "$#" )); do
echo $1
shift
    done

i         


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