エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
bash - What does it mean to have a $"dollarsign-prefixed string" in a script? - Unix & Linux Stack Exchange
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
bash - What does it mean to have a $"dollarsign-prefixed string" in a script? - Unix & Linux Stack Exchange
I just saw this in an init script: echo $"Stopping Apache" What is that dollar-sign for? My resea... I just saw this in an init script: echo $"Stopping Apache" What is that dollar-sign for? My research so far: I found this in the bash manual: extquote If set, $'string' and $"string" quoting is performed within ${parameter} expansions enclosed in double quotes. This option is enabled by default. ...but I'm not finding any difference between strings with and without the $ prefix: $ echo "I am in $P
2015/02/25 リンク