最初にこの質問を見てください: 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を使用しています。