FG
šŸ’» Software

Highlight a single word *always* in a terminal

Fresh5 days ago
Mar 15, 20267224 views
Confidence 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

Environment