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# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -