The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: script error
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-31-2007
MANISH KU MANISH KU is offline
Registered User
  
 

Join Date: Mar 2007
Posts: 6
script error

Hi gurus,
I have a script in which i m using following line of code
no_record=echo `wc -l filename` | cut -f1 -d" "

while executing the script i getting
ksh: 21466: not found error.

please help me in resolve this issue

Thanks in advance
Manish