Linux console output - pause after each screen
Fresh3 days ago
Mar 15, 202619577 viewsConfidence Score0%
0%
Problem
when I list directories with a lot of files with ls -la or tree -L 3 I get many screens of output. To read one screen after another I add | more or | less, but the problem with this is that the coloring is lost. Is there a way to make the console pause after each screen full of information but keep…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Linux console output - pause after each screen
Low Risk
When you type: ls, the command knows that the output is being displayed to your tty, and enabled color. When the command detects output being sent elsewhere, its going to strip the color escape codes. So to enable color when piping output, use eithe…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix