The UNIX and Linux Forums  

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



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
when executing .sh script in telnet error "script not found" smiley Shell Programming and Scripting 1 04-22-2008 02:01 PM
Error in the script krworks Shell Programming and Scripting 5 04-18-2008 02:31 AM
awk Shell Script error : "Syntax Error : `Split' unexpected Herry UNIX for Dummies Questions & Answers 2 03-17-2008 11:16 AM
Script error Katkota UNIX for Dummies Questions & Answers 3 01-22-2008 06:02 PM
error in awk script rraajjiibb Shell Programming and Scripting 7 06-10-2004 08:37 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #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
  #2 (permalink)  
Old 08-31-2007
fazliturk fazliturk is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 45
no_record=`wc -l filename | cut -f1 -d" " `
  #3 (permalink)  
Old 08-31-2007
MANISH KU MANISH KU is offline
Registered User
  
 

Join Date: Mar 2007
Posts: 6
now i am not recieving any error but getting blank in the variable.
  #4 (permalink)  
Old 08-31-2007
Nagabhushan Nagabhushan is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 12
Quote:
Originally Posted by MANISH KU View Post
now i am not recieving any error but getting blank in the variable.

Hi Manish,

What you are expecting by executing this command...do you need number of lines ?
  #5 (permalink)  
Old 08-31-2007
ghostdog74 ghostdog74 is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2006
Posts: 2,558
try this:

Code:
records=$(awk 'END{print NR}' file)

  #6 (permalink)  
Old 09-01-2007
cfajohnson's Avatar
cfajohnson cfajohnson is offline Forum Advisor  
Shell programmer, author
  
 

Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,380
Quote:
Originally Posted by MANISH KU View Post
Hi gurus,
I have a script in which i m using following line of code
no_record=echo `wc -l filename` | cut -f1 -d" "

Code:
no_record=$( wc -l < filename )

Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 11:40 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0