UNIX Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsUNIX Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 28th, 2004, 09:22 AM
007spy 007spy is offline
Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 13 007spy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
C-shell script problem?

here is my code.and i cannt find it out what's goin on?

#!/bin/csh
set length="wc -l"
set header="grep -i origin" $file
@ans=$length - $header
tail -$ans $file

basically, what i am trying to do is i want to print it out all the stuff after the word "ORIGIN" in a txtfile.

anyone has any suggestions to fix it?


thanx very much
plz either post it here or emal me:kissmegoodbey@yahoo.com


thanx very much

Reply With Quote
  #2  
Old January 28th, 2004, 12:30 PM
fpmurphy fpmurphy is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: USA
Posts: 262 fpmurphy User rank is Corporal (100 - 500 Reputation Level)fpmurphy User rank is Corporal (100 - 500 Reputation Level)fpmurphy User rank is Corporal (100 - 500 Reputation Level)fpmurphy User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 23 h 28 m 59 sec
Reputation Power: 6
If you really want to print everything in the text file after "ORIGIN'
sed will probably work for you

sed -n -e '1,/ORIGIN/!{p;}' file

or

sed -n -e '/ORIGIN/,${p;}' file

if you want the line containing ORIGIN also.

- Finnbarr

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsUNIX Help > C-shell script problem?


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway