Search Results

Search: Posts Made By: Jagadeeswaran.K
11,792
Posted By Jagadeeswaran.K
awk '{printf("%sZ\n",substr($0,1,length($0)-1))...
awk '{printf("%sZ\n",substr($0,1,length($0)-1)) ;}' test
Forum: Solaris 03-26-2009
35,766
Posted By Jagadeeswaran.K
Thanks folks..... for your efforts.. ...
Thanks folks..... for your efforts..

really all helps me.
Forum: Solaris 02-19-2009
35,766
Posted By Jagadeeswaran.K
How to get process start date and time in SOLARIS?
how can I get the process start date and time?

using ps command i can get the timstamp for a process, which are started today. and only date (MMM DD) for others.

i need to get both for all the...
3,063
Posted By Jagadeeswaran.K
tar command error
Hi,

when i extract a tar file by below command.

tar -xvf /cibs/prod/install/counter_cibs1.0.1.tar

it shown the error as

"tar: COUNTER1.0.1/source/ : Unable to preserve time."


but...
Forum: Solaris 01-17-2008
5,305
Posted By Jagadeeswaran.K
The core dump will occur due to Invalid memory...
The core dump will occur due to Invalid memory reference.

Check your code,

1. is the string variables are initialized?
2. is the Pointer references are assigned before use?
Forum: Programming 08-02-2007
6,979
Posted By Jagadeeswaran.K
Basically UNIX is Bufferred system. It has two...
Basically UNIX is Bufferred system.
It has two types of buffering system.
1) Line Buffering
2) Block Buffering.

The printf() in C uses the Linf Buffering System. It means,...
2,528
Posted By Jagadeeswaran.K
Hi, before this line you must have to define...
Hi,
before this line you must have to define some value for the variables
std_cnt and alt_cnt. It show this error, if any one is missed.

please check it,

Ex:...
Showing results 1 to 7 of 7

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