š» Software
Highlight a single word *always* in a terminal
Fresh5 days ago
Mar 15, 20267224 viewsConfidence Score0%
0%
Problem
Is there a terminal emulator (like GNOME terminal) for linux/unix out there, which allows for highlighting a single word always (such as "highlight the word FAIL in red")? Or maybe is there a plugin for the GNOME terminal (if such a thing like "plugins for the gnome-terminal" exists). The solution ā¦
Error Output
cat test.txt
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix ā Awaiting Verification
Fix for: Highlight a single word *always* in a terminal
Low Risk
Using bash, you can highlight all the word 'FAIL' in red using the following commands: What it does is creating a new bash shell and editing stdout of this new shell using . If you want to end the stdout edition, simply type to return back to your pā¦
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix