先看看这个问题: Bash or GoogleCL: new line in a string parameter
我现在想将变量 ${date} 添加到“摘要”中:
google youtube post ~/videos/cat-falls-down-stairs.avi Comedy \
--tags 'currency of the internet' \
--summary $'Today is ${date}. Poor whiskers takes a tumble.\nShe'\''s fine, though, don'\''t worry.'
但变量不会在 bash 的单引号内展开。
有可能这样做吗?
注意:GoogleCL是一个用 python 编写的命令行程序。我在带有 Python 2.6 的 Ubuntu 10.10 上。