When using the stock Command Output Applet how can I display a command output plus a string. For example echo date -u +%R`" UTC" outputs 12:59 UTC as expected from terminal but does not work properly in applet. First image shows what I wanted minus the UTC label.
Asked
Active
Viewed 99 times
date
format string i.e.date '+%R UTC'
(although I suspect you should really be usingdate '%R %Z'
rather than assuming the timezone). – steeldriver Nov 11 '17 at 13:40