Quote:
Originally Posted by Aeris
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