Buradasın
Terminal Screen Clearing Methods
askubuntu.com/questions/25077/how-to-really-clear-the-terminalYapay zekadan makale özeti
- Main Solutions
- Reset command completely reinitializes terminal without shell state change
- Ctrl+L or clear command only clears screen, not previous output
- Escape code '\e[3J' clears screen buffer in most *nix terminals
- Alternative Methods
- Keyboard shortcut Shift+Ctrl+Alt+C works in gnome-terminal
- printf "\ec" clears screen and buffer in most standard terminals
- Escape code '\033c' or '\x1bc' also works
- Escape code '\[3J' clears screen buffer in OS X terminals
- Special Cases
- Reset doesn't work in Konsole, use Edit → Clear History
- Kubuntu users can use cls, clc, or custom escape codes
- Escape code '\[3J' works in most *nix terminals