Quote:
Originally Posted by rick_ca Thanks for the response, you are right that the first code doesn't work, the second example they gave works:
gimp | firefox |
Just to make things bit more clear,
Code 1:
Code 2 :
Code 2 works as Cabhan said runs a GIMP background process and you are started firefox without waiting for completion of GIMP command.
Code 1 and Code 2 are completely different.
In code1 ,
Output of GIMP is passed as an input of firefox.
So firefox will have to wait for an input which will be supplied by GIMP.
My intension is just to make sure ,
using & and | are completly two different things.
Hope this helps
Ps:I don't how to related GIMP and firefox- just take it as two separate process.
If i'm wrong please correct me.