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

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -