Progress on bash and linux notes

This commit is contained in:
2025-04-02 15:41:04 +01:00
parent e1a927c737
commit 55ff1deab6
7 changed files with 743 additions and 137 deletions

View File

@@ -116,7 +116,7 @@ int x = 1, y = 10;
float z = (float) x / (float) y;
```
## Escape Sequences
## ANSI Escape Sequences
Escape sequences are used to allow typing characters in a string that would otherwise be interpreted as `C` instructions.