Skip to content

Usando el Wall / Wextra #62

Discussion options

You must be logged in to vote

Si, con una redirección de salida.

En la terminal usá gcc -Wall -Wextra -o miprograma > salida.txt 2>&1

Esto envía el STDOUT y STDERR a salida.txt, reemplazando el contenido del archivo salida.txt si ya existía. El último chirimbolo es porque el compilador manda mensajes a STDERR, que es otro canal de salida y esa instrucción lo manda al archivo también.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Alicia-2023
Comment options

@martinvilu
Comment options

Answer selected by martinvilu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants