Sponsored Content
Full Discussion: Study AIX
Operating Systems AIX Study AIX Post 302309035 by quan0509 on Tuesday 21st of April 2009 02:51:04 AM
Old 04-21-2009
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

java study links?

Who can tell me some good links for java programing (specialy for beginners),Thank you in advance! (4 Replies)
Discussion started by: q30
4 Replies

2. UNIX for Dummies Questions & Answers

Solaris Study Guides

I am currently working on my Solaris 8.0 Certification ,and I've been working primarily with the Solaris Study Guide produced by Syngress & Osborne. It's a good study guide ,but I think that it does lack some clarity and detail! My question is ,are there any other Solaris Study Guides that could... (1 Reply)
Discussion started by: bilal_aa
1 Replies

3. UNIX for Dummies Questions & Answers

help for unix study

hi I am vijay how r the unix gurus? I want to install unix for our sites.So pls tell me abt unix installation user guide & also all the unix commands.Pls help me.I am waiting for yr reply. bye..........vijay :D (2 Replies)
Discussion started by: vi77_surat
2 Replies

4. AIX

AIX study Guides

Please help me in getting some fine docs ( other than redbooks)to learn AIX. My mail ID: qsecofr400@gmail.com Thanks in advance. (3 Replies)
Discussion started by: secofr
3 Replies

5. What is on Your Mind?

Not sure what I want to study for a career...

Hi guys, this is my first post :) OK, so basically I'm an unemployed 29 y/o with just an Associates degree in Computer Info and so far I haven't been able to do anything with it. So I was thinking about going for a Bachelors until recently since I need to get into a career quickly and I'm... (0 Replies)
Discussion started by: Magnetico
0 Replies

6. Shell Programming and Scripting

Case Study help

Create a Data file with below fields and “|” as delimitor (ac_bal.dat): A/c No, A/c name ,A/c balance. 1| Mani |1000.00 2| Vikram|1500.00 Create another file say (ac_bal.ctl) which file structure as Files name, record count ,total balances Ac_bal.dat|2|3500.00 Please... (1 Reply)
Discussion started by: Manikanth_V
1 Replies

7. UNIX for Dummies Questions & Answers

Unix study help

Hi, I need some help with the follow questions :(. Any help would be great! Answer with the necessary commands 1. In your login directory, make a directory called week4/revision 2. Without changing directories, make another directory week4_revision/data 3. Change to week4_revision/data... (2 Replies)
Discussion started by: Heyo
2 Replies

8. UNIX for Dummies Questions & Answers

Recommendations on my study path

i have a little background in C (2 sems in university), and have been studying the bash articles on tldp.org i just wanted to know what you guys recommend i look up next. i'm interested in the server administration side of linux, and in kernel and peripheral interface. so i'm not sure whether to... (3 Replies)
Discussion started by: momo.reina
3 Replies

9. AIX

Self study or Coaching

Hi All , Can anyone please let me know whether I can go ahead and prepare IBM AIX by myself or shoud tat require coaching.If we can manage with self study refer me the standard buk.Else the institute gud for coaching. Regards Sunny (2 Replies)
Discussion started by: sunnyajays
2 Replies

10. Shell Programming and Scripting

New to UNIX like 2 weeks of study only

why does this not work, confused #!/bin/ksh x="x" echo "Enter a name: " read NAME while do echo $NAME echo if then echo ":" else echo $NAME fi echo echo "Enter a Name: " read NAME (8 Replies)
Discussion started by: Gmoney93079
8 Replies
captoinfo(1)						      General Commands Manual						      captoinfo(1)

NAME
captoinfo - convert a termcap description into a terminfo description SYNOPSIS
captoinfo [-vn width] [-V] [-1] [-w width] file . . . DESCRIPTION
captoinfo looks in file for termcap descriptions. For each one found, an equivalent terminfo description is written to standard output. Termcap tc capabilities are translated directly to terminfo use capabilities. If no file is given, then the environment variable TERMCAP is used for the filename or entry. If TERMCAP is a full pathname to a file, only the terminal whose name is specified in the environment variable TERM is extracted from that file. If the environment variable TERM- CAP is not set, then the file /usr/share/terminfo is read. -v print out tracing information on standard error as the program runs. -V print out the version of the program in use on standard error and exit. -1 cause the fields to print out one to a line. Otherwise, the fields will be printed several to a line to a maximum width of 60 charac- ters. -w change the output to width characters. FILES
/usr/share/terminfo Compiled terminal description database. TRANSLATIONS FROM NONSTANDARD CAPABILITIES
Some obsolete nonstandard capabilities will automatically be translated into standard (SVr4/XSI Curses) terminfo capabilities by captoinfo. Whenever one of these automatic translations is done, the program will issue an notification to stderr, inviting the user to check that it has not mistakenly translated a completely unknown and random capability and/or syntax error. XENIX termcap also used to have a set of extension capabilities for forms drawing, designed to take advantage of the IBM PC high-half graphics. They were as follows: If the single-line capabilities occur in an entry, they will automatically be composed into an acsc string. The double-line capabilities and GG are discarded with a warning message. IBM's AIX has a terminfo facility descended from SVr1 terminfo but incompatible with the SVr4 format. The following AIX extensions are automatically translated: Additionally, the AIX box1 capability will be automatically translated to an acsc string. Hewlett-Packard's terminfo library supports two nonstandard terminfo capabilities meml (memory lock) and memu (memory unlock). These will be discarded with a warning message. NOTES
This utility is actually a link to tic(1), running in -I mode. You can use other tic options such as -f and -x. The trace option is not identical to SVr4's. Under SVr4, instead of following the -v with a trace level n, you repeat it n times. SEE ALSO
infocmp(1), ncurses(3NCURSES), terminfo(5) This describes ncurses version 5.7 (patch 20100109). AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com> captoinfo(1)
All times are GMT -4. The time now is 02:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy