Article 54CWK LXer: How to Redirect stderr to stdout in Bash

LXer: How to Redirect stderr to stdout in Bash

by
LXer
from LinuxQuestions.org on (#54CWK)
Published at LXer:

In Bash and other Linux shells, when a program is executed, it uses three standard I/O streams. Each stream is represented by a numeric file descriptor: The program output goes to the standard input stream and the error messages goes to the standard error stream. By default, both input and error streams are printed on the screen.

Read More...latest?d=yIl2AUoC8zA latest?i=BxCHlj77W2k:WFtAr7dmz9w:F7zBnMy latest?i=BxCHlj77W2k:WFtAr7dmz9w:V_sGLiP latest?d=qj6IDK7rITs latest?i=BxCHlj77W2k:WFtAr7dmz9w:gIN9vFwBxCHlj77W2k
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments