Introduction. This is a quick reference to getting started with Bash scripting. ... Reading lines. cat file.txt | while read line; do echo $line done ...
確定! 回上一頁