# csh : sh
set a = b a = b
if ( a < b ) then if [ a -lt b ]
Bourne shell 有更高階的命令替換語法,用於嵌入。(Bourne Shell 指令碼/替換)
$( date )
對比
`date`