# csh : sh
set a = b a = b
if ( a < b ) then if [ a -lt b ]
Bourne shell 有更高级的命令替换语法,用于嵌入。(Bourne Shell 脚本/替换)
$( date )
对比
`date`