Search Results

Search: Posts Made By: nano2
5,913
Posted By nano2
parse output line using bash
hi,
i have the followiing scenario where by i am parsing teh following output using cut -d

like so

#!/bin/bash
output="ABCTable|
------------------|
[colname] |...
5,846
Posted By nano2
parsing a config file using bash
Hi ,

I have a config _file that has 3 columns (Id Name Value ) with many rows . In my bash script i want to be able to parse the file and do a mapping of any Id value
so if i have Id of say...
1,691
Posted By nano2
using getopts to parse a command line
i have the following scenario want to run the following script with manadory and optional argumnets

Manadory options are :

filename=""
port=""
optional arguments

type -t [A/B]
balances -b...
Forum: Linux 01-16-2008
3,465
Posted By nano2
GCC compiler issue on redhat4.5
Hi all,

I am using gcc4.1.1 on redhat4.5 and when i rethrow an exception and I am catching it .. The application aborts and throws the following error message to stdout - the error that's been...
15,997
Posted By nano2
Yes Agiles , I have , I know hpux ps doesn't...
Yes Agiles , I have , I know hpux ps doesn't take the -o option ...

hoping some one else might have came across this and used some thing similar on HPUX...
15,997
Posted By nano2
HPUX is the machine the problem is
HPUX is the machine the problem is
15,997
Posted By nano2
Thanks for that .... #/bin/sh USER=me ...
Thanks for that ....
#/bin/sh
USER=me

Would any of ye know the equivalent of the following command :

This works fine on solaris :

/bin/ps -o pcpu,args -u$USER


but not working on...
15,997
Posted By nano2
logical if condition
hi
i have the following scenario
#!/bin/sh

a=21.0
b=33.0
c=16.0
cmd=20
cmd1=30

if [ [$a -gt $cmd ] && [$b -gt $cmd1] ]
then
echo "problem....."
exit 1 ...
Forum: Solaris 06-22-2007
18,776
Posted By nano2
Command to check memory size
Hi,

I am looking for acoomand on HP where by i can see the CPU increasing for a given process ... I know i can see this from top/prstat ..

But it will give for all the processes - I want...
15,319
Posted By nano2
Has anyone any idea , i was going to use prstat -...
Has anyone any idea , i was going to use prstat - but thats not effecient ??????
15,319
Posted By nano2
The memory leaks would be in the applications...
The memory leaks would be in the applications that are written local .
I want a shell script to detect the memory leaks ... rather than manual using a third party tool .
15,319
Posted By nano2
Mainly solaris and HP ( 64 bit )
Mainly solaris and HP ( 64 bit )
15,319
Posted By nano2
Find memory leaks shell script ???
Hi all,

Has anyone out there a shell script to detect memory leaks on unix machines?

And if so what way did they go about it .?
Showing results 1 to 13 of 13

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