Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rchilson11
  • Content: Threads
  • Order by date
  1. rchilson11

    How to convert this script to perl

    DT=`echo $1` NOTIFY=rchilson@hotmail.com PROD_DIR=/apps* if [ "$DT" = '' ] || [ "$DT" = ' ' ] ; then DTPULL=`date -d yesterday '+%Y-%m-%d'` else DTPULL=`date --date "$DT" '+%Y-%m-%d'` || exit -1 fi ( TOT=`dsh -g prod "gzcat /apps*/servlet-timer.log.2010-12-13* | grep 2009" | wc -l` echo...

Part and Inventory Search

Back
Top