#!/bin/sh fruit = “Pineapple” echo –e “My favourite fruit is $fruit. \n Because $fruit is very sweet.” In the above example, the value of the ...
確定! 回上一頁