Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libidl-2.3(3) [centos man page]

libIDL-2.3(3)						 Introduction to Library Functions					     libIDL-2.3(3)

NAME
libIDL-2 - IDL parsing library DESCRIPTION
The libIDL library provides an API for parsing CORBA Interface Definition Language (IDL) files and manipulating the resultant parse tree. libIDL is used by orbit-idl-2(1), the GNOME IDL compiler. No API documentation is currently supplied with the library. FILES
The following files are used by this application: /usr/lib/libIDL-2.so IDL parsing shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-------------------------------+ |Availability |SUNWgnome-component-arch-devel | +-----------------------------+-------------------------------+ |Interface stability |External | +-----------------------------+-------------------------------+ SEE ALSO
orbit-idl-2(1), libORBit-2(3) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003. SunOS 5.10 10 Jan 2003 libIDL-2.3(3)

Check Out this Related Man Page

libIDL-2(3)							C Library Functions						       libIDL-2(3)

NAME
libIDL-2 - IDL parsing library DESCRIPTION
The libIDL-2 library provides an API for parsing CORBA Interface Definition Language (IDL) files and manipulating the resultant parse tree. libIDL-2 is used by orbit-idl-2(1), the GNOME IDL compiler. No API documentation is currently supplied with the library. FILES
The following files are used by this application: /usr/lib/libIDL-2.so IDL parsing shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-component | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
orbit-idl-2(1), libORBit-2(3), libORBitCosNaming(3), attributes(5), gnome-interfaces(5) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003. SunOS 5.11 10 Jan 2003 libIDL-2(3)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

parsing meaning

i often hear the word parse the files, parse it etc. what does parsing mean in such contexts.does it mean breaking the files into smaller chunnks (2 Replies)
Discussion started by: rintingtong
2 Replies

2. UNIX for Advanced & Expert Users

compiling idl file on unix

hi i need to compile idl files to convert them to classes, on Unix platform. Please tell me how to compile these files & which commands are to be used for this purpose. Thanks & Regards (6 Replies)
Discussion started by: rochitsharma
6 Replies

3. Shell Programming and Scripting

Parsing a file

Hi, Please help in parsing the following file and write separate files by parsing the file for the new file's content. Main File: ------------ BEGIN FileName: FirstFile.txt Content of the File Start AAAAAAAA BBBBBBB Content of the File End END BEGIN FileName: SecondFile.txt... (11 Replies)
Discussion started by: aol12123
11 Replies

4. Shell Programming and Scripting

parsing logfiles (performance issue)

-------------------------------------------------------------------------------- Hi All, I am reading some logfiles and parsing data and printing to some textfile. Here is my code OLDIFS=$IFS IFS=' ' # just a newline, in single quotes while read data do if then #Parsing the... (4 Replies)
Discussion started by: subin_bala
4 Replies

5. Shell Programming and Scripting

AWK and Magic with file parsing

Hi, I have a input file like this TH2TH2867Y NOW33332106Yo You Baby TH2TH3867Y NOW33332106No Way Out TH2TH9867Y NOW33332106Can't find it TJ2TJ2872N WOW33332017sure thing alas TJ2TJ3872N WOW33332017the sky rocks TJ2TJ4872N WOW33332017nothing else matters TJ2TJ5872N WOW33332017you know... (1 Reply)
Discussion started by: devtakh
1 Replies

6. Shell Programming and Scripting

parsing a string

hi i am new to Shell scripting i have a string "hostName=lpdma520_dev_ipc_us_aexp_com" now i need to parse the string as "var1=lpdma520" please help (7 Replies)
Discussion started by: satish@123
7 Replies

7. UNIX for Dummies Questions & Answers

WHERE statement similar to IDL

Is there a Unix command similar to the WHERE command in IDL. Such a command would return all location numbers of an array where the value at those locations satisfy specified conditions. For example, if I have a random vector vector=(3 5 6 9) how can I find the location numbers in ${vector}... (6 Replies)
Discussion started by: msb65
6 Replies

8. UNIX and Linux Applications

Parsing info from a text file into an IDL procedure

Hi, I hope this is appropriate for this forum. I have a text file (test.txt) that contains information that I would like to parse into an IDL procedure. Each line of the text file is either a number or a string, which will be a variable in my IDL procedure. Therefore I want to read each line... (1 Reply)
Discussion started by: msb65
1 Replies

9. Shell Programming and Scripting

file parsing

hi experts, i have two files as fileA and fileB fileA ===== "assembly_warehouse";"product_code";"sequence_number";"expiry_date";"component_whouse";"component_code" "01";"3013000005 ";"0030";"2099/12/31";"01";"1001110002 " "01";"3013000005 ";"0040";"2099/12/31";"01";"1001120002 "... (2 Replies)
Discussion started by: subhendu81
2 Replies

10. Shell Programming and Scripting

parsing issue with edi file

Hello, We have edi files we need to do some extra parsing on. There is a line that shows up that looks like this: GE|8,845|000000000 We need to parse the file, find the line ( that begins with GE "^GE" ), and remove the comma(s). What is the easiest way to do that ? I know I can grab... (5 Replies)
Discussion started by: fwellers
5 Replies

11. Post Here to Contact Site Administrators and Moderators

Comments on "How Will the World End?"

I have read the sun-expansion scenario numerous places but I've never read any suggestion that the earth's orbit would increase to avoid being scorched. What mechanism would push it out? As for creating a black hole by the LHC, the whole concept is silly so any number of reasons would rule it... (9 Replies)
Discussion started by: KenJackson
9 Replies

12. UNIX for Dummies Questions & Answers

"Smoothing" the data

Hi! Is there a way to use awk to "smooth" a set of data? That is, doing what the "SMOOTH" function in IDL does (SMOOTH) ? Thanks! (24 Replies)
Discussion started by: cosmologist
24 Replies

13. Programming

Some questions regarding old if.c

Hey :) I have some questions regarding the old unix if command. (see man pageman.cat-v.org/unix-6th/1/if Here I uploaded the source code: (it's a bit too long, to put it here) pastebin.com/bj0Hvfrw Now my questions: 1.) Line 14: The function exp() is called with no arguments. But the... (13 Replies)
Discussion started by: orbit
13 Replies