Hi,
Got it working but one problem ... Script as follows :
awk '/Product Name:/' /BACKUP/scripts/lics/output
awk '/Licenses/ {print $1 " "$2" " $5" " $6}' /BACKUP/scr
ipts/lics/output
awk '{if ($1 >= "0" && $1 <= "9999" ) print $1," " $2,"
" $5 }'...