Sponsored Content
Full Discussion: how to BLINK on terminal???
Top Forums Shell Programming and Scripting how to BLINK on terminal??? Post 302279352 by cfajohnson on Thursday 22nd of January 2009 01:23:24 PM
Old 01-22-2009

Fortunately, most modern terminals and terminal emulations do not support blink.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

connecting to unix through hyper terminal - as a dumb terminal

I just changed from windows NT to XP and I am no longer able to connect to my unix system. I used to use hyper terminal -- which acts as dumb terminal to my main frame unix system. I think one of the options used to be "direct to comX". This option isn't listed now. I use a serial port and the... (2 Replies)
Discussion started by: michelle
2 Replies

2. Shell Programming and Scripting

blink / flash echo text in a menu

I have a ksh script that is a login menu for my end users. I would like to have one line of the welcome message flash when there is a system notice about an impending outage. The welcome message is a series of echo statements which prints a text file "msg of the day" with the status msg. I tried... (1 Reply)
Discussion started by: MizzGail
1 Replies

3. UNIX for Dummies Questions & Answers

blink message..

hi all.. i need to know, how i can put a message on motd file...when the user loggon and the server send a welcome message but blink message... thank you... (1 Reply)
Discussion started by: chanfle
1 Replies

4. Shell Programming and Scripting

blink a text/message in a ksh script

can anyone tell me how to bink a text in a ksh script for e,g file 1 #!/bin/ksh "this is my file" ----------------------------------------------- i want "this is my file" text to blink.thanks (9 Replies)
Discussion started by: ali560045
9 Replies

5. UNIX for Dummies Questions & Answers

Gnuplot wxt terminal vs x11 terminal

Hi, I installed ubuntu recently on my pc. And I installed gnuplot as well. When I first started working with gnuplot it was working . I did a plot and when I wanted to fit my data something happened and not the default terminal of gnuplot is xwt! I changed it to: set terminal x11, but it... (0 Replies)
Discussion started by: cosmologist
0 Replies

6. UNIX for Dummies Questions & Answers

How to bold, blink, italicise words using echo command?

Hello Everyone. I am trying to bold, blink, italicise words using echo command. As per the research I did, it says to use the following escape code to get the effects. #!/bin/bash clear echo -e "\033 However when I am compiling I am not getting the desired effect. Can anyone... (7 Replies)
Discussion started by: grc
7 Replies

7. Solaris

[solved] How to blink faulty disk in Solaris hardware?

Hi Guys, One of two disks in my solaris machine has failed, the name is disk0, this is SUN physical sparc machine But I work remotely, so people working near that physical server are not that technical, so from OS command prompt can run some command to bink faulty disk at front panel of Server.... (9 Replies)
Discussion started by: manalisharmabe
9 Replies

8. Hardware

Sun T2000 activity LED in slow blink even though Domain is up

Hello All I have a SunFire T2000 running f/w 6.3.2 The activity led is in slow blink mode. this typically indicates that the domain is down, however it is up and running. I had this issue before and resetting the sc fixes the issue, but now it has come back. showfaults from the sc indicatess... (1 Reply)
Discussion started by: gls5161
1 Replies

9. Shell Programming and Scripting

Cannot get terminal application to launch with a graphical launcher when successful in terminal

I have been having an extremely annoying problem. For the record, I am relatively new at this. I've only been working with unix-based OS's for roughly two years, mostly Xubuntu and some Kali. I am pretty familiar with the BASH language, as that's the default shell for debian. Now, I've made this... (16 Replies)
Discussion started by: Huitzilopochtli
16 Replies

10. Shell Programming and Scripting

Print Terminal Output Exactly how it Appears in the Terminal to a New Text File

Hello All, I have a text file containing output from a command that contains lots of escape/control characters that when viewed using vi or view, looks like jibberish. But when viewed using the cat command the output is formatted properly. Is there any way to take the output from the cat... (7 Replies)
Discussion started by: mrm5102
7 Replies
SETTERM(1)							   User Commands							SETTERM(1)

NAME
setterm - set terminal attributes SYNOPSIS
setterm [options] DESCRIPTION
setterm writes to standard output a character string that will invoke the specified terminal capabilities. Where possible terminfo is con- sulted to find the string to use. Some options however (marked "virtual consoles only" below) do not correspond to a terminfo(5) capabil- ity. In this case, if the terminal type is "con" or "linux" the string that invokes the specified capabilities on the PC Minix virtual console driver is output. Options that are not implemented by the terminal are ignored. OPTIONS
For boolean options (on or off), the default is on. For conciseness, an 8-color below is black, red, green, yellow, blue, magenta, cyan, or white. A 16-color is an 8-color, grey, or bright followed by red, green, yellow, blue, magenta, cyan, or white. The various color options may be set independently, at least at virtual consoles, though the results of setting multiple modes (for exam- ple, -underline and -half-bright) are hardware-dependent. -term terminal_name Overrides the TERM environment variable. -reset Displays the terminal reset string, which typically resets the terminal to its power on state. -initialize Displays the terminal initialization string, which typically sets the terminal's rendering options, and other attributes to the default values. -cursor [on|off] Turns the terminal's cursor on or off. -repeat [on|off] (virtual consoles only) Turns keyboard repeat on or off. -appcursorkeys [on|off] (virtual consoles only) Sets Cursor Key Application Mode on or off. When on, ESC O A, ESC O B, etc. will be sent for the cursor keys instead of ESC [ A, ESC [ B, etc. See the "vi and Cursor-Keys" section of the Text-Terminal-HOWTO for how this can cause problems for vi users. -linewrap [on|off] (virtual consoles only) Turns automatic line-wrapping on or off. -default Sets the terminal's rendering options to the default values. -foreground 8-color|default (virtual consoles only) Sets the foreground text color. -background 8-color|default (virtual consoles only) Sets the background text color. -ulcolor 16-color (virtual consoles only) Sets the color for underlined characters. -hbcolor 16-color (virtual consoles only) Sets the color for half-bright characters. -inversescreen [on|off] (virtual consoles only) Inverts the screen colors. Foreground and background are swapped, as are underline and half-brightness. -bold [on|off] Turns bold (extra bright) mode on or off. Except at a virtual console, -bold off turns off all attributes (bold, half-brightness, blink, reverse). -half-bright [on|off] Turns dim (half-brightness) mode on or off (see -hbcolor). Except at a virtual console, -half-bright off turns off all attributes (bold, half-brightness, blink, reverse). -blink [on|off] Turns blink mode on or off. Except at a virtual console, -blink off turns off all attributes (bold, half-brightness, blink, reverse). -reverse [on|off] Turns reverse video mode on or off. Except at a virtual console, -reverse off turns off all attributes (bold, half-brightness, blink, reverse). -underline [on|off] Turns underline mode on or off (see -ulcolor). -store (virtual consoles only) Stores the terminal's current rendering options (foreground and background colors) as the values to be used at reset-to-default. -clear [all] Clears the screen and "homes" the cursor, as clear(1). -clear rest Clears from the current cursor position to the end of the screen. -tabs [tab1 tab2 tab3 ...] (virtual consoles only) Sets tab stops at the given horizontal cursor positions, in the range 1-160. Without arguments, shows the current tab stop set- tings. -clrtabs [tab1 tab2 tab3 ...] (virtual consoles only) Clears tab stops from the given horizontal cursor positions, in the range 1-160. Without arguments, clears all tab stops. -regtabs [1-160] (virtual consoles only) Clears all tab stops, then sets a regular tab stop pattern, with one tab every specified number of positions. Without an argument, defaults to 8. -blank [0-60|force|poke] (virtual consoles only) Sets the interval of inactivity, in minutes, after which the screen will be automatically blanked (using APM if available). Without an argument, gets the blank status (returns which vt was blanked or zero for unblanked vt). The force option keeps screen blank even if a key is pressed. The poke option unblank the screen. -dump [1-NR_CONS] Writes a snapshot of the given virtual console (with attributes) to the file specified in the -file option, overwriting its con- tents; the default is screen.dump. Without an argument, dumps the current virtual console. Overrides -append. -append [1-NR_CONS] Like -dump, but appends to the snapshot file instead of overwriting it. Only works if no -dump options are given. -file dumpfilename Sets the snapshot file name for any -dump or -append options on the same command line. If this option is not present, the default is screen.dump in the current directory. A path name that exceeds system maximum will be truncated, see PATH_MAX from linux/lim- its.h for the value. -msg [on|off] (virtual consoles only) Enables or disables the sending of kernel printk() messages to the console. -msglevel 1-8 (virtual consoles only) Sets the console logging level for kernel printk() messages. All messages strictly more important than this will be printed, so a logging level of 0 has the same effect as -msg on and a logging level of 8 will print all kernel messages. klogd(8) may be a more convenient interface to the logging of kernel messages. -powersave on|vsync Puts the monitor into VESA vsync suspend mode. -powersave hsync Puts the monitor into VESA hsync suspend mode. -powersave powerdown Puts the monitor into VESA powerdown mode. -powersave [off] Turns off monitor VESA powersaving features. -powerdown [0-60] Sets the VESA powerdown interval in minutes. Without an argument, defaults to 0 (disable powerdown). If the console is blanked or the monitor is in suspend mode, then the monitor will go into vsync suspend mode or powerdown mode respectively after this period of time has elapsed. -blength [0-2000] Sets the bell duration in milliseconds. Without an argument, defaults to 0. -bfreq [freqnumber] Sets the bell frequency in Hz. Without an argument, defaults to 0. -version Output version information and exit. -help Output help screen and exit. SEE ALSO
tput(1), stty(1), terminfo(5), tty(4) BUGS
Differences between the Minix and Linux versions are not documented. AVAILABILITY
The setterm command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux January 2000 SETTERM(1)
All times are GMT -4. The time now is 01:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy