From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- "files/pt-pt/gloss\303\241rio/crlf/index.html" | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 "files/pt-pt/gloss\303\241rio/crlf/index.html" (limited to 'files/pt-pt/glossário/crlf/index.html') diff --git "a/files/pt-pt/gloss\303\241rio/crlf/index.html" "b/files/pt-pt/gloss\303\241rio/crlf/index.html" new file mode 100644 index 0000000000..6ee96215ed --- /dev/null +++ "b/files/pt-pt/gloss\303\241rio/crlf/index.html" @@ -0,0 +1,29 @@ +--- +title: CRLF +slug: Glossário/CRLF +tags: + - CR + - CRLF + - Glossário + - Infraestrutura + - LF + - Nova Linha + - carriage return +translation_of: Glossary/CRLF +--- +

CR e LF são caracteres de controlo ou {{interwiki("wikipedia", "bytecode")}} que podem ser utilizados para marcar uma quebra de linha num ficheiro de texto.

+ + + +

O CR imediatamente seguido por um LF (CRLF, \r\n, ou 0x0D0A) move o cursor para baixo até à linha seguinte e depois para o início da linha.

+ +

Saiba mais

+ +

Conhecimento Geral

+ + -- cgit v1.2.3-54-g00ecf