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# - Roxy file manager in MVC doesn't accept session path -

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

java - Ajax call to jsp and jsp redirecting to further jsp -