Sponsored Content
Operating Systems Solaris Printing pound sign from Solaris (JETDIRECT) Post 302122970 by Shell_Life on Friday 22nd of June 2007 09:41:47 AM
Old 06-22-2007
Matt,
See if this works for you:
Code:
echo '\0243'

 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

printing to HP jetdirect

How can I print from Unix (AIX) to a printer running HP Jetdirect card. I've been reading so much stuff from the internet that it made me so confused already. The ip address of my printer is 10.1.1.75. Could somebody please give me an instruction on how to accomplish this. Thanks. (6 Replies)
Discussion started by: nseal101
6 Replies

2. UNIX for Dummies Questions & Answers

remove pound sign from filename

Surpisingly, I've only found information regarding removal of files with special characters in the name. My problem is this: files are downloaded to my Unix box from mainframe, and each one has a pound sign as the first character of the filename. original: #FONT what I need: FONT ... (4 Replies)
Discussion started by: kristy
4 Replies

3. Shell Programming and Scripting

Sign on/Sign off logging script

I'd like to make a script that I can execute every time I sign on to my linux box that keeps track of the time and allows to me to add a remark to a file. So basically once I log in, I run the script, and it outputs the date and time to a text file (log.txt). But that isn't my problem. I need... (1 Reply)
Discussion started by: Glider
1 Replies

4. SCO

Printing Sterling Pound Sign

We need to print the sterling pound sign on printers connected directly to a terminal and configured using the /dev/null device. We have used mapchan to enable this on the printers connected directly to the SCO server. Any idea how this can be activated? OS: SCO Open Server 5.0.5 (5 Replies)
Discussion started by: nyasai
5 Replies

5. AIX

HP JetDirect

Hello, i've got a problem regarding adding the printer queue. we are using network printer (HP jet direct) i issue this command smit printers -> printer spooling -> add a print queue -> HP jet direct error occured "Printer Attachment Type Support Not Installed" but when i check in the lslpp... (1 Reply)
Discussion started by: winky
1 Replies

6. Solaris

Solaris 9 & JetDirect

I'm working on a Solaris 9 Sun Blade and could do with some tips. I've been told JetDirect is already installed and running on this machine. There are two laser printers currently functioning off this machine and I can see entries for both in /etc/hosts with fixed IP's as netprinter1 &... (1 Reply)
Discussion started by: KenLynch
1 Replies

7. Programming

Rupee Sign printing using Pro * C (Unix Platform/Oracle10g) code

Hi All, I want to print new Indian Rupees sign in my report which is developed in Pro*C code. Please help me to know: ->What necessary settings i have to do.. I am looking for free product. Please help (0 Replies)
Discussion started by: msbrd
0 Replies

8. Solaris

Solaris Single Sign on options

We are looking for implementing solaris single sign on with AD in our environment which as few hundred Solaris hosts and couple of hundred solaris zones ..IS there any third party software for the same or we can do it by just making the solaris servers as AD clients ? Any help is appreciated. (1 Reply)
Discussion started by: fugitive
1 Replies
echo(3XCURSES)						  X/Open Curses Library Functions					    echo(3XCURSES)

NAME
echo, noecho - enable/disable terminal echo SYNOPSIS
cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int echo(void); int noecho(void); DESCRIPTION
The echo() function enables Echo mode for the current screen. The noecho() function disables Echo mode for the current screen. Initially, curses software echo mode is enabled and hardware echo mode of the tty driver is disabled. The echo() and noecho() functions control soft- ware echo only. Hardware echo must remain disabled for the duration of the application, else the behavior is undefined. RETURN VALUES
Upon successful completion, these functions return OK. Otherwise, they return ERR. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
getch(3XCURSES), getstr(3XCURSES), initscr(3XCURSES), libcurses(3XCURSES), scanw(3XCURSES), attributes(5), standards(5) SunOS 5.10 5 Jun 2002 echo(3XCURSES)
All times are GMT -4. The time now is 07:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy