#! /bin/bash PARAM="-L -v -x -n" DEST="\!192" IN=`iptables $PARAM|grep $DEST|head -1|cut -c 9-18` OUT=`iptables $PARAM|grep $DEST|tail +2|cut -c 9-18` echo $IN echo $OUT