What is the symbol for redirection of output?

1 answer

Answer

1069696

2026-05-19 11:16

+ Follow

The symbol for redirection of output in a command-line interface is the greater-than sign (>). It allows you to send the output of a command to a file instead of displaying it on the screen. For example, command > output.txt saves the output of the command to a file named output.txt. To append output to an existing file, you can use >>.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.