Search Results

Search: Posts Made By: chatieremerrill
28,637
Posted By chatieremerrill
How to obtain list of object files in a shared (dynamic) library?
How can I simply obtain a list of the object files in a shared (dynamic) library.
I am looking for the equivalent of "ar -t <lib>" for archived (static) libraries.

Thanks in advance. :rolleyes:
...
4,968
Posted By chatieremerrill
Yes, here are 2 sample input files: ...
Yes, here are 2 sample input files:

adminIDs.txt (19 lines)
adminIDs2.txt (4444 lines)
4,968
Posted By chatieremerrill
Bourne shell script with embedded Sybase SQL
Hi,

I need a simple (as possible) Bourne shell script that takes an input file of adminID's and spits out a list of adminID's and related tradeID's.

Both adminID and tradeID are columns in a...
37,990
Posted By chatieremerrill
Had the same problem. Thanks zaxxon, Your Solution Worked For Me!
Had a directory called "play". Looked empty.
But had a .nfs<xxxx> file that would not go away.
From the parent directory, I executed:

fuser -u play/.*

The result included:

play/.: ...
Forum: Programming 07-22-2008
6,043
Posted By chatieremerrill
Correction to original post
(1) B.intID = A.intID
(2) B.stringID != C.stringID
or (B.stringID = C.stringID and
(C.v1 = 0 or C.v2 = 0))
Forum: Programming 07-22-2008
6,043
Posted By chatieremerrill
Need help with complex SQL query (Sybase)
Hello,

I have three tables.

I need an SQL query (preferably Sybase) that will return all of the stringID values of table B where the following conditions exist:

(1) B.intID = A.intID
...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 06:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy