The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
scripting newbie needs help irishluck66 Shell Programming and Scripting 0 05-23-2008 08:22 AM
Scripting Newbie Kymmers7 Shell Programming and Scripting 5 10-19-2007 07:52 AM
Shell scripting newbie - please be gentle. charliemp3 Shell Programming and Scripting 2 08-01-2007 10:25 AM
shell scripting newbie question jazzman UNIX for Dummies Questions & Answers 2 12-29-2006 05:33 AM
Newbie - Need help in bash scripting coolbib Shell Programming and Scripting 4 08-11-2002 05:28 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-11-2007
Registered User
 

Join Date: Oct 2007
Posts: 1
Smile Shell Scripting Newbie

I'm relatively new at this scripting game, just need to learn some basic stuff for data handling.

My current need is to write a script that loops through a textfile of filenames, and for each file removes the first line and re-writes that file to a new name.

In fact I could do with knowing the best way to read and write specific lines within a file too!

Cheers
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 10-11-2007
blowtorch's Avatar
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,325
For your current needs:
Code:
while read filename; do
   tail +2 $filename > /path/to/new_filename
done < /path/to/file_containing_filenames
Here's the link to some tutorials. These are in the FAQs. They will help with your second question.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 09:01 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0