unix - echo >&2 "some text" what does it mean in shell scripting -


I have seen echo being used in this way in many places:

  Echo & gt; And 2 message text ...  

What does this mean?

I understand 2> & Amp; 1 , however, I'm not sure how to interpret the above experiment.

Can anyone please explain?

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -