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 IamaSherpa 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: *

  1. twilo202

    Why does this not work in ksh?

    COUNT=`cat ${ALERT_LOG} | wc -l` #COUNT=100 echo ${COUNT} tail +${COUNT} ${ORACLE_ALERT} The error is... tail: cannot open input It works fine if I use COUNT=100. I can only presume that the tail command is interpretted as... tail +`cat ${ALERT_LOG} | wc -l` ${ALERT_LOG} although I have...

Part and Inventory Search

Back
Top