View Single Post
Old 09-18-2013, 05:53 AM   #13
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by Aeris View Post
Thank you all guys, you are so kind! I think that aOSD will be useful to me, Twobob! Only have to understand how make it work with terminal outputs and not simple strings..
Well... exactly like the above examples did: either using $(command) or `command` to use the output of executing command, or by piping it in like twobob did: echo "Hello world" | ... aosd_cat ...

There are more possibilities, but all of them are "standardized", so once you know how to use them, you can apply that for pretty much any situation. You should find information about these in any decent shell programming tutorial.

hth
ixtab is offline   Reply With Quote