The first bash argument (also known as a positional parameter) can be accessed within your bash script using the $1 variable. So in the count_lines.sh script, ...
確定! 回上一頁