Bash是否有類似於|| =的內容? 也就是說,有沒有更好的方式來做到以下幾點: if [ -z $PWD ]; then PWD=`pwd`; fi
我這麼問是因爲我得到這個錯誤: $ echo ${`pwd`/$HOME/'~'}
-bash: ${`pwd`/$HOME/'~'}: bad substitution
所以,我的計劃是要做到: if [ -z $PWD ]; then
我嘗試substitue串用當地人()在python變量,但我能找到一種方法,使用字符串內%字符沒有錯誤。下面是一個具體的例子: color = colors_generator() #the function return a color
html = """<html><head>
<style>#square{color:%(color)s;width:100%;height:100%