bash how to use variables. Answer. Firstly, you have to declare a variable: var="Hello". To get value from variable use the symbol "$" before variable name ...
確定! 回上一頁