AIX - Using tcpdump to discover network information

AIX - Using tcpdump to discover network information AIX - Using tcpdump to discover network information Wednesday, January 20, 20162:45 PMUsing tcpdump to discover network informationAs an AIX admin, you may not always know what switches a certain serv...

CUT command

CUT command CUT command Monday, December 28, 20154:19 PM Cluster Name:df -gt / | tail -n 1 | cut -c 48-55 Service name:SID = ps -ef | grep ms.sap | grep pf | awk '{ print $(NF-1) }' | cut -c 7-9 Instance name:INST = ps -ef | grep ms.sap | gre...

AWK - ONE-LINE SCRIPTS

AWK - ONE-LINE SCRIPTS AWK - ONE-LINE SCRIPTS Monday, December 28, 20151:46 PMHANDY ONE-LINE SCRIPTS FOR AWK 30 April 2008 Compiled by Eric Pement - eric [at] pement.org version 0.27Latest version of this fil...

Get execution time of sql script in oracle sqlplus - Stack Overflow

Get execution time of sql script in oracle sqlplus - Stack Overflow Saturday, November 14, 20158:20 AMIt old question but i have found easy way to measure time of running a script in sqlplus. You just have to add this on the beginningtiming starttimin...

Check bash shell script user & usage

Check bash shell script user & usage Check bash shell script user & usage Saturday, September 26, 20158:52 AMBash script display usage and check userSometimes it is needed to check what user is executing the bash script and whether the user supplied al...

Check bash shell script user & usage

Check bash shell script user & usage Saturday, September 26, 20158:52 AMBash script display usage and check userSometimes it is needed to check what user is executing the bash script and whether the user supplied all required arguments:#!/bin/bash di...

Tar Folder

Tar Folder Friday, September 11, 20159:36 PMTar -cvf -C ./ . 9/11/2015 9:36 PM - Screen Clipping Created with Microsoft OneNote 2013.