Search Results

Search: Posts Made By: ls1429
11,967
Posted By ls1429
Output of ps command
Hi

Can you please tell me why the date in my ps command output line shows question marks ("?")

mqm 9254 404 0 Jan 24 ? 15:32 amqcrsta -m MQR_STUV
root 7508 1 0 Jan 10...
3,798
Posted By ls1429
Basic Unix tools
I like to know the bare minimum development/ testing tools which can be used with Unix environment wherein the applications are written in different combination - C++ COBOL..

I like to know list...
15,078
Posted By ls1429
32 / 64 bit
Thanks .
Mine is SOLARIS 2.6 as OSTYPE and hence obviously isainfo does not work. Hence by default my system should be 32 bit.
Right ?

Also I need one more clarification.
My machine's OSTYPE...
15,078
Posted By ls1429
32 / 64 bit
How to find whether the Unix is 32 or 64 bit in a Solaris machine


Thanks
LS1429
Forum: Programming 02-19-2002
16,039
Posted By ls1429
may be simple but i don't know -- Print current date from C program
Thanks.

Your program worked and when embedded in my program as individual function it was continuing the same.

The actual problem was before call of the function, I have converted an output to...
Forum: Programming 02-18-2002
16,039
Posted By ls1429
may be simple but i don't know -- Print current date from C program
I found one difference from my code from yours.

I am using the tm structure in a function instead of main()
My sample code structure is

#include <iostream.h>
#include <iomanip.h>
#include...
Forum: Programming 02-15-2002
16,039
Posted By ls1429
may be simple but i don't know -- Print current date from C program
Yes. This seems to be really funny.
I am getting the same result ie "2/17/146" only.

The date in command prompt gives correct date
Fri Feb 15 07:22:05 CST 2002

But when accessing from C...
Forum: Programming 02-15-2002
16,039
Posted By ls1429
may be simple but i don't know -- Print current date from C program
How to print current date of the Unix system accessing thru C++ program ?

I wrote like this

#include <time.h>
.......
time_t tt;
struct tm *tod;
....
time(&tt);
tod =...
3,203
Posted By ls1429
compilation diff between aix & solaris
I dont find any diff in awk flavours.
awk is available in /usr/xpg4/bin in Solaris
3,203
Posted By ls1429
compilation diff between aix & solaris
what is the difference in awk stmt for awk in Aix & SOLARIS
files="$@"

for filename in $files
do

awk ' BEGIN {
if ( FILENAME ~ ".*bad.trans.dsm" )
code = "bad";
...
Forum: Programming 02-07-2002
2,650
Posted By ls1429
compiling with include & libs
I like to compile a cxx file with g++ compiler.

I tried with option
g++ -I<include path> -L<library path> source-file

but ending with compilation error in /usr/local/bin/gcc-lib/.../crt1.o
...
Forum: Programming 01-22-2002
5,838
Posted By ls1429
Sorry if I have misled the question. What I...
Sorry if I have misled the question.

What I intended to ask is ...
I just want to know where the compiler will be available generally & is there any place to search in specific, across machines...
Forum: Programming 01-21-2002
5,838
Posted By ls1429
Thanks Is there any idea how to identify...
Thanks

Is there any idea how to identify where the compiler is ?
I mean the compiler's path

ls1429
Forum: Programming 01-18-2002
5,838
Posted By ls1429
compilation error in gcc
Hi,

Should be too simple...

I wrote a sample c++ program like


#include <iostream.h>
int main()
{$
int ab=455;
cout << ab << endl;
return 1;
...
9,474
Posted By ls1429
Shell Parameters
Yeah thatz it.
One more thing. But I am not clear why the ; after condition is really needed or not

if [ $# -ne 1 ]
then
echo "Provide one Parameter "
exit 1
fi

Thanks
LS1429
9,474
Posted By ls1429
Shell parameters
I need to check the number of input parameters in the K shell script.
Also, I want to exit if the no of parameters is not met.


How can I do that ?

Thanks
LS1429
9,115
Posted By ls1429
prompt why ?
Yeah ! Worked

Thanks
9,115
Posted By ls1429
prompt why ?
Even though I give rm -f *, the files are listed for confirmation of removal .

Why ?


Thanks
LS
2,133
Posted By ls1429
crontab
I am not able to view the log from my user login
(Permission denied).

Should it be going thru only su ?

Please reply
Thanks
2,133
Posted By ls1429
crontab
What can be the problem if the crontab entries do not start ?

(The path & environment settings are perfect)
Showing results 1 to 20 of 20

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