profile secuence row
hi,are there a difference in the order I write down the export?, for example:
is this:
export= a,b (here execute this full a and b export?)
idem to:
export=a (here execute this line first?)
export=b (and here then execute second line?)
I means, the OS read this lines in secuencial step?
thanks