Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sim(5) [osf1 man page]

sim(5)								File Formats Manual							    sim(5)

NAME
sim, SIM - Software phrase input method DESCRIPTION
The phrase input method is an input method that is commonly used in a Chinese environment. The software phrase input method (SIM) is a a mechanism supported by the Asian tty driver, atty and the simd daemon through the utx facility (see atty(7), simd(8), and utx(7)). The stty command activates the software phrase input method, while the phrase utility creates and manages the phrase database (see stty(1) and phrase(1)). Changes to the phrase database may not be reflected in SIM sessions that were started before the changes were made. Therefore, users have to stop and then restart SIM sessions using the stty command to have access to the changed phrase database. SEE ALSO
Commands: phrase(1), stty(1), simd(8), utxd(8) Files: atty(7), utx(7) sim(5)

Check Out this Related Man Page

utxd(8) 						      System Manager's Manual							   utxd(8)

NAME
utxd - Daemon that spawns service daemons used by the Asian terminal driver SYNOPSIS
/usr/sbin/utxd DESCRIPTION
The utxd daemon spawner acts as an agent for the Asian terminal driver (atty). The utxd daemon spawns other daemons that support special services required for Asian language input. The service daemons include odld (which supports the SoftODL service), kkcd (which supports the Kana-Kanji conversion method), and simd (which supports the phrase input method). This software is available only when optional Tru64 UNIX subsets with Asian country support are installed on the system. By using the select() system call, utxd waits for requests from the atty driver. When a request to spawn a daemon for a particular service is received by utxd, it allocates a new utx device for use by the spawned daemon. The newly created daemon then talks directly to the atty driver through the utx device. The utxd daemon looks up the location of requested service daemon by reading the /var/adm/utx/utxd.conf configuration file. ERRORS
By using the syslog() function, utxd sends error messages to the syslog files. Errors can include the following: no ports could be opened Explanation: No utx device was free, so utxd was unable to open one for a requested service. select count error Explanation: An error occurred when utxd executed the select() system call. can't alloc mem Explanation: The utxd daemon could not allocate enough memory. send error Explanation: An error occurred when utxd attempted to send a reply message. counter mismatch in receive 0 Explanation: A utxd internal error occurred. FILES
The utxd configuration file The utx device special files SEE ALSO
Commands: stty(1), kkcd(8), odld(8), simd(8) Functions: select(2), syslog(3) Files: utxd.conf(4), tty(7), utx(7) utxd(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

stty tcgetattr errors

Hi, I have an app that runs Oracle 8.1.7 residing on a AIX 4.3 ML 10 . preiodically app sends out a status log like the one displayed below. Lately I have noticed this stty:tcgetattr message in the log. Script that writes this output calls sqlplus, gets the required count and writes output to... (8 Replies)
Discussion started by: Student37
8 Replies

2. Shell Programming and Scripting

delete to end of line with SED

I have a file with a bunch of similar lines in which I want to extract a phrase delimited by the first occurance of a '>' at the beginning and the first occurance of a '<' at the end (you might have guessed these are beginning/end of HTML tags). Using Sed I have managed to delete up to and... (7 Replies)
Discussion started by: coldcanuck
7 Replies

3. Shell Programming and Scripting

Shell script to find longest phrase

Hi Everyone, I am trying to write a shell script that can find the longest phrase that appears at least twice in an online news article. The HTML has been parsed through an HTML parser, converted to XML and the article content extracted. I have put this article content in a text file to work... (24 Replies)
Discussion started by: stargazerr
24 Replies

4. Shell Programming and Scripting

Extracting line matching a phrase and then the next lines after it

Hi all, I was wondering if someone could tell me a way to extract from a file lines where you search for a phrase and then also extract the next X lines after it (i.e. take a block of text from the file)? Example { id=123 time=10:00:00 date=12/12/09 { ........ ... (6 Replies)
Discussion started by: muay_tb
6 Replies

5. Shell Programming and Scripting

Grep after a certain word

Hi Y'all i am scripting in perl and i want to grep for a certin phrase i am using the command $macproc = `system_profiler SPHardwareDataType | grep "Number Of CPUs"`which gives the output of Number Of CPUs: 2what i want to do is grep for eveything after the : i.e the 2 and then get... (4 Replies)
Discussion started by: ab52
4 Replies

6. UNIX for Advanced & Expert Users

stty issues

Copy Paste Issue... Pasted some c**p of a excel...!! Sorry Guys. Please look Below for the issue. (4 Replies)
Discussion started by: grep_me
4 Replies

7. UNIX for Dummies Questions & Answers

Need help with sed command

I'm trying to delete everything after (and including) a particular phrase. The phrase that needs to be removed is anything with the letters "KV." For example: ATHENIA 230KV ATHENISP BAYONNE 13KV COGEN1 would become: ATHENIA BAYONNE I'm using the following, but i'm not having much luck.... (4 Replies)
Discussion started by: jl487
4 Replies

8. Shell Programming and Scripting

BASH: Sort four lines based on first line

I am in the process of sorting an AutoHotkey script's contents so as to make it easier for me to find and view its nearly 200 buzzwords (when I forget which one corresponds with what phrase, which I do now and then). About half to two-thirds of the script's key phrases correspond to locations... (7 Replies)
Discussion started by: SilversleevesX
7 Replies

9. Shell Programming and Scripting

Grabbing Keywords Below a Searched Keyword

Hello, I have a text file like the one found below and wouild like the grab the certain lines after the searched phrase. For example, I'd like to look up "Hello" and once I find the "Hello" section, grab the lines that contain "Text" and stops at the next section. Input.txt Example Hello... (8 Replies)
Discussion started by: jl487
8 Replies

10. Shell Programming and Scripting

Edit a Huge one line file

We have a huge file which has just one really large line; about 500 MB. I want to 1. Count all the occurrences of a phrase 2. Replace the phrase with another. Trying to open it using vi has not helped as it complains that it is too large. Can any script help? Please advise. Thank you, (12 Replies)
Discussion started by: kaushikadya
12 Replies

11. Shell Programming and Scripting

Code to search for a phrase and run a command

hi All, Am newbie to unix and would require your help to complete this task. Condition: I have a server start up script and I would like to append the code in such a way that it searches for a phrase "process completed" in taillog when server starts up and also should run another script... (9 Replies)
Discussion started by: fop4658
9 Replies

12. Programming

Can't debug: assert error with gdb (no problem without)

I'm sorry if the title is really criptic, but I don't know how to phrase my problem. I know I can't really ask for a solution, and I normally wouldn't but this is really escaping my abilities. Antefacts. I developed a program using the zeromq messaging library. I got to a point where the... (11 Replies)
Discussion started by: erupter
11 Replies

13. UNIX for Dummies Questions & Answers

Input for read command

Hello, I want to use the read command in order to input a keyword from the keyboard. I then want to use this keyword in a grep command. How to I input a phrase as a keyword? For example if I use read keyword "today is" and then use grep, I get "No such file or directory" error. (6 Replies)
Discussion started by: FelipeAd
6 Replies

14. HP-UX

Serial standard communication (stty)

Hello friends, I am trying to communicate with a programmer memory from Unix (HP-UX) via serial port. Well, I have some code ready stty parameters to achieve communicating the device with the computer, but I have my doubts. I would like to know if you have some code fragment where you use the... (5 Replies)
Discussion started by: Monttanna
5 Replies

15. UNIX for Advanced & Expert Users

Stty help in korn shell

We are getting a following stty error when I am running a script. stty: standard input: Inappropriate ioctl for device I have some of following stty settings in my .profile. Tried other options still not able to fix it. stty rows 40 cols 130 erase ^? intr ^C export TERM=xterm stty... (6 Replies)
Discussion started by: srikanth38
6 Replies