Terminal - Escape Sequence (Control sequence)

Card Puncher Data Processing

Terminal - Escape Sequence (Control sequence)

About

An escape sequence is a sequence of characters that is interpreted by the terminal as a command.

Example:

They change the state of computers and their attached peripheral devices.

They are also known as control sequences, reflecting their use in device control.

Console escape and control sequences for the Linux terminal can be found:

Example

ESC[1A
  • Cursor: Move the cursor back 1000
ESC[1000D

Library





Discover More
Card Puncher Data Processing
Dos - Echo

Displays messages, or turns command-echoing on or off. escape Just add the special characters bracket or period just after the echo command You can echo in color with color terminal escape sequence...
Java Conceptuel Diagram
Java - IO - Standard Streams

in Java. For historical reasons, Standard Streams are byte streams and not character streams System.out and System.err are defined as java/io/PrintStreamPrintStream objects. PrintStream is technically...
Card Puncher Data Processing
OS - Terminal (Emulator) (Term|tty)

A terminal is a media using a fixed-pitch character grid such as: teletypes, portable devices with limited display capabilities bank terminal text based such as console but also graphical...
Regexp
Regexp - Escape Character

The escape character in a regular expression is the backslash. It's needed when the regular expression want to design a meta characters in a regular expression. It takes away any special meaning that...
Card Puncher Data Processing
Terminal - Color

Color in a terminal are managed through a sequence of characters called an escape sequence that is added to your text as suffix (before) and interpreted by the terminal as command. Characters that needs...



Share this page:
Follow us:
Task Runner