shell - how to loop through arguments in a bash script - Unix & Linux ...

shell - how to loop through arguments in a bash script - Unix & Linux ...

瀏覽:1295
日期:2025-06-09
13 Jun 2013 ... More generally, the list of parameters of the current script or function is available through the special variable $@ . for i in "$@"; do echo "$i" ......看更多