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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -