With a little modification. :~$ curl --version | head -n 1 | awk '{ print $2 }' 7.58.0. head -n 1 tells shell to print the first line of ...
確定! 回上一頁