Open a text editor to create a file myfirstscript.sh : nano myfirstscript.sh · Write the following into the editor: #!/bin/bash name=linux echo "hello $name ...
確定! 回上一頁