Blinking text in shell script (Putty;Linux)
up vote
0
down vote
favorite
I am tailing a file using Putty.
I have this code:
tail -f /srv/ppp/ppp*.log | perl -pe 's/(TransactionID)/e[4;38;5;255m$&e[0m/g';
The following code makes the string "TransactionID" underlined and adds a color.
My question is how can I also make the "TransactionID" string blink?
linux shell console putty tail
New contributor
add a comment |
up vote
0
down vote
favorite
I am tailing a file using Putty.
I have this code:
tail -f /srv/ppp/ppp*.log | perl -pe 's/(TransactionID)/e[4;38;5;255m$&e[0m/g';
The following code makes the string "TransactionID" underlined and adds a color.
My question is how can I also make the "TransactionID" string blink?
linux shell console putty tail
New contributor
1
Possible duplicate of how-to-make-a-text-blink-in-shell-script.
– Mayank Porwal
9 hours ago
No - this doesnt solve my problem as I still cant make it to blink.
– DHristov
9 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am tailing a file using Putty.
I have this code:
tail -f /srv/ppp/ppp*.log | perl -pe 's/(TransactionID)/e[4;38;5;255m$&e[0m/g';
The following code makes the string "TransactionID" underlined and adds a color.
My question is how can I also make the "TransactionID" string blink?
linux shell console putty tail
New contributor
I am tailing a file using Putty.
I have this code:
tail -f /srv/ppp/ppp*.log | perl -pe 's/(TransactionID)/e[4;38;5;255m$&e[0m/g';
The following code makes the string "TransactionID" underlined and adds a color.
My question is how can I also make the "TransactionID" string blink?
linux shell console putty tail
linux shell console putty tail
New contributor
New contributor
New contributor
asked 9 hours ago
DHristov
1
1
New contributor
New contributor
1
Possible duplicate of how-to-make-a-text-blink-in-shell-script.
– Mayank Porwal
9 hours ago
No - this doesnt solve my problem as I still cant make it to blink.
– DHristov
9 hours ago
add a comment |
1
Possible duplicate of how-to-make-a-text-blink-in-shell-script.
– Mayank Porwal
9 hours ago
No - this doesnt solve my problem as I still cant make it to blink.
– DHristov
9 hours ago
1
1
Possible duplicate of how-to-make-a-text-blink-in-shell-script.
– Mayank Porwal
9 hours ago
Possible duplicate of how-to-make-a-text-blink-in-shell-script.
– Mayank Porwal
9 hours ago
No - this doesnt solve my problem as I still cant make it to blink.
– DHristov
9 hours ago
No - this doesnt solve my problem as I still cant make it to blink.
– DHristov
9 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
DHristov is a new contributor. Be nice, and check out our Code of Conduct.
DHristov is a new contributor. Be nice, and check out our Code of Conduct.
DHristov is a new contributor. Be nice, and check out our Code of Conduct.
DHristov is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203311%2fblinking-text-in-shell-script-puttylinux%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Possible duplicate of how-to-make-a-text-blink-in-shell-script.
– Mayank Porwal
9 hours ago
No - this doesnt solve my problem as I still cant make it to blink.
– DHristov
9 hours ago