Sponsored Content
Top Forums UNIX for Dummies Questions & Answers WHERE statement similar to IDL Post 302221071 by fpmurphy on Sunday 3rd of August 2008 09:06:40 AM
Old 08-03-2008
2> /dev/null means that anything written to stderr by the ls(1) command (typically error messages such as could not find a matching file) is not displayed.

Yes this code works with 3 digit days.
 

8 More Discussions You Might Find Interesting

1. 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

2. Linux

'IDL:omg.org/CORBA/TRANSIENT:1.0' exception

Hi, We are working in a Linux client server environment ,where we have the CORBA running to facilitate the client server model.But here some time we are getting the system exception, ID 'IDL:omg.org/CORBA/TRANSIENT:1.0' OMG minor code (2), described as 'No usable profile in IOR.', ... (0 Replies)
Discussion started by: prasanta jena
0 Replies

3. Shell Programming and Scripting

How is use sselect statement o/p in insert statement.

Hi All, I am using Unix ksh script. I need to insert values to a table using the o/p from a slelect statement. Can anybody Help! My script looks like tihs. ---`sqlplus -s username/password@SID << EOF set heading off set feedback off set pages 0 insert into ${TB_NAME}_D... (2 Replies)
Discussion started by: nkosaraju
2 Replies

4. 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

5. Shell Programming and Scripting

IDL job doesn't work from crontab

I have made a script to execute an IDL routine with the purpose to plot data on a fixed time. The problem is that when I include this script in the crontab to run it every night, the IDL part doesn't work (the other commands, like getting data from the database, are carried out though). This... (4 Replies)
Discussion started by: SharkM
4 Replies

6. Programming

spectra flux-calibration using IDL

Hi, I am searching the web for documentations with tutorials for spectra flux calibration using IDL, does anyone know anything that can help me? Please help :D ---------- Post updated 07-11-09 at 05:38 AM ---------- Previous update was 07-10-09 at 10:46 AM ---------- Does the question make... (0 Replies)
Discussion started by: cosmologist
0 Replies

7. UNIX for Dummies Questions & Answers

Files into IDL directories

Ok so ive downloaded two files, and i need to save them into a directory that can be read in IDL. Can someone please remind me how to do this, like post the code that i need please? Many thanks (0 Replies)
Discussion started by: Benji.
0 Replies

8. Shell Programming and Scripting

Convert Update statement into Insert statement in UNIX using awk, sed....

Hi folks, I have a scenario to convert the update statements into insert statements using shell script (awk, sed...) or in database using regex. I have a bunch of update statements with all columns in a file which I need to convert into insert statements. UPDATE TABLE_A SET COL1=1 WHERE... (0 Replies)
Discussion started by: dev123
0 Replies
activation-client(1)						   User Commands					      activation-client(1)

NAME
activation-client - bonobo-activation debugging tool SYNOPSIS
activation-client [--ac-ior=ior] [-q] [-s spec] [--usage] [--help] DESCRIPTION
activation-client is a bonobo-activation debugging tool which may be used to execute queries in the bonobo-activation component server. The query format used by bonobo-activation is documented in the developer documentation. To access the developer documentation, you must install the developer version of the package. OPTIONS
The following options are supported: --ac-ior=ior Query the bonobo-activation-server specified by the stringified object reference ior. This option is only useful to query a bonobo-activation-server running as a different user or on a different host. By default, the bonobo-activation-server run- ning as the current user on the current host is used. --help Show help information on standard output and exit. You can also use -? to specify this option. -q Do not activate the matching components; instead, just return the details of the components matching the query. -s spec Query the bonobo-activation-server with query string spec. --usage Display brief usage information. EXAMPLES
Example 1: Querying for details about a component whose implementation identifier is OAFIID:GNOME_ClockApplet example% activation-client -q -s "iid == 'OAFIID:GNOME_ClockApplet'" The following output is returned: Query spec is "iid == 'OAFIID:GNOME_ClockApplet'" IID OAFIID:GNOME_ClockApplet, type factory, location OAFIID:GNOME_GenUtilApplet_Factory repo_ids = ["IDL:GNOME/Vertigo/PanelAppletShell:1.0", "IDL:Bonobo/Control:1.0", "IDL:Bonobo/Unknown:1.0"] name = "Clock" description = "Get the current time and date" panel:icon = "gnome-clock.png" panel:category = "Accessories" Example 2: Querying for details of all the available components that implement the GNOME::Vertigo::PanelAppletShell interface example% activation-client -q -s "repo_ids.has ('IDL:GNOME/Vertigo/PanelAppletShell:1.0')" The following output is returned: IID OAFIID:GNOME_CDPlayerApplet, type factory, location OAFIID:GNOME_CDPlayerApplet_Factory repo_ids = ["IDL:GNOME/Vertigo/PanelAppletShell:1.0", "IDL:Bonobo/Control:1.0", "IDL:Bonobo/Unknown:1.0"] name = "CD Player" description = "Panel applet for playing audio CDs" panel:category = "Multimedia" panel:icon = "gnome-cdplayer-icon.png" . . . EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/activation-clieExecutable for bonobo-activation debugging tool ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-component-devel | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
libbonobo-activation(5), attributes(5) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003. SunOS 5.10 8 Oct 2003 activation-client(1)
All times are GMT -4. The time now is 12:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy