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
one question for bash shell script zx1106 Shell Programming and Scripting 9 03-09-2008 08:40 PM
BASH Shell Script Help -HELP! flamethrower0 Shell Programming and Scripting 2 12-29-2006 09:26 PM
bash shell script and ms-dos space13 Shell Programming and Scripting 1 11-10-2006 03:06 PM
need help with bash shell script vmtailor UNIX for Dummies Questions & Answers 2 03-03-2005 12:30 PM
bash shell script norsk hedensk Shell Programming and Scripting 4 08-02-2003 04:27 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-31-2008
Registered User
 

Join Date: Jan 2008
Posts: 9
Stumble this Post!
Bash shell script

Hi Guys,

I am trying to alter a script for my company.

I need the start of it to go something like this.

User is asked to input 8 numbers
8 numbers are written to a txt file
***** ***** ***** txt file is read ***** *****

The text file gets read in between other files represented by ***** in the above line.

If anyone can help or know a better way to get user input into the place for the txt file to be read it would be a great help.

sincerely

Jeremy
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 01-31-2008
Smiling Dragon's Avatar
Disorganised User
 
Join Date: Nov 2007
Location: New Zealand
Posts: 709
Stumble this Post!
Do you mean you just need to stick 8 numbers (entered by the user) in the middle of a bunch of text (sourced from several files)?

If so, you don't need to worry about populating a temp file with it, just cat the first bunch of files, echo the numbers, then cat the rest.
I'd suggest using:
Code:
read numbers ; cat stuff; echo $numbers; cat morestuff
Reply With Quote
  #3 (permalink)  
Old 01-31-2008
Registered User
 

Join Date: Jan 2008
Posts: 9
Stumble this Post!
bash shell script

My friend you truly are a legend.

Thankyou

Jeremy
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 10:05 PM.


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

Content Relevant URLs by vBSEO 3.2.0