Search Results

Search: Posts Made By: JamesBond007
1,897
Posted By JamesBond007
Resolved
I was able to resolve the issue by codeing the following instead:

OWNER=`echo $line | awk '{print $1}'`
SEGSZ=`echo $line | awk '{print $3}'`
CPID=`echo $line | awk '{print $4}'`

it worked!...
1,897
Posted By JamesBond007
Help with Swapinfo automation Alert script
I am new to unix scripting (HP-UX) and need to write a script for checking memory usage.

I am using "ipcs -ma" and using "awk" to select specific colums and redirecting output to variable. ...
Showing results 1 to 2 of 2

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