Search Results

Search: Posts Made By: juredd1
1,715
Posted By itkamaraj
awk '{if($4 > 50 && substr($7,1,index($7,":")-1)...
awk '{if($4 > 50 && substr($7,1,index($7,":")-1) > 5) print "echo kill -9 " $2}' inputfile | sh


---------- Post updated at 08:12 AM ---------- Previous update was at 08:00 AM ----------

Added...
1,106
Posted By durden_tyler
The regular expression in red will *NOT* match...
The regular expression in red will *NOT* match any of the 3 lines, as the following adaptation of your script into a Perl one-liner shows:


$
$ # display the content of the config file
$ cat...
Forum: AIX 08-18-2011
16,291
Posted By zaxxon
I doubt it can be changed easily as it will most...
I doubt it can be changed easily as it will most probably hard coded into some library. I did a search on all libraries in /usr/lib and found following - seems exactly yours is not with them, but the...
Forum: AIX 05-10-2010
14,180
Posted By ross.mather
Yes, your understanding is correct.
Yes, your understanding is correct.
Showing results 1 to 4 of 4

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