Boda contrib -- thx Bigode! :-)
# find /directory/name -name filename.exe -exec ls -l {} \;
-r-x------ 1 bin bin 2345255 Jul 14 2008 /var/opt/OV/share/databases/OpC/mgd_node/customer/ibm/rs6000/aix5/cmds/ww_dbmon.exe
-r-x------ 1 bin bin 2345255 Jul 14 2008 /var/opt/OV/share/databases/OpC/mgd_node/customer/ibm/rs6000/aix/cmds/ww_dbmon.exe
# swjob -a log hostname-9999 @ hostname:/ | mailx -s "Application Installation Log" admin@acme.com
# find . -xdev -size +100000c -type f -exec ll {} \; 2> /dev/null | grep -v bin | sort +4rn | head -10
Masutti contrib
root@qroovo01:/root/home/hppthmas:# /opt/OV/bin/OpC/call_sqlplus.sh sel_nodes bogamrinf01.pfz.trce.hp.com | sed -n '/^Node Groups/,/^Virtual Nodes/p'
Node Groups:
Name Description
------------------------------- ---------------------------------
A_DBMON_MSSQL
A_HC_1h A_HC_1h
A_WINMON_OS A_WINMON_OS monitoring
C_PFIZER C_PFIZER
P_PROD Nodegroup for production servers
(general)
Performance Performance Monitoring
SEL_DBSPI
Virtual Nodes:
root@qroovo01:/root/home/hppthmas:#
AWK: The Linux Administrators' Wisdom Kit
By Emmett Dulaney
http://www.oracle.com/technology/pub/articles/dulaney_awk.html
Show lines between first and last appearance
By Forum Users
http://www.unix.com/shell-programming-scripting/124601-show-lines-between-frist-last-appearance.html