[Linux] Shell Script 語法
#兩個『 ` 』中間為可以先執行的指令,亦可使用 $( )
set str = 'Current directory is '`pwd`
echo "Output : $str"
------------------------------------------------------
Output :
Output : Current directory is /Users/Project/Test
By Hao★
#兩個『 ` 』中間為可以先執行的指令,亦可使用 $( )
set str = 'Current directory is '`pwd`
echo "Output : $str"
------------------------------------------------------
Output :
Output : Current directory is /Users/Project/Test
留言
張貼留言
歡迎留言