The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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
Need help passing variables in shell script to perl one-liner Xek Shell Programming and Scripting 1 01-15-2008 03:12 PM
passing variables to awk from ksh script rein Shell Programming and Scripting 3 08-11-2005 11:29 AM
Passing variables to sql from batch shell in linux rama71 Linux 2 06-28-2005 03:38 PM
Passing shell variables to awk program.. Vishnu Shell Programming and Scripting 1 07-17-2004 10:04 AM
Passing variables from one script to another tcoventr UNIX for Dummies Questions & Answers 2 06-18-2002 10:57 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-15-2007
Bashar Bashar is offline
Registered User
  
 

Join Date: Aug 2001
Posts: 66
passing two variables into a shell script?

Hello all,
i have a infile.txt text file which contains such variables:
aaa 123
asds 1323
asdsd 13434
lkjlkj 324324
23432 lkjlkj
24324 ljlkj
3j4lk 234kj3

and i want to pass them to my script such as:
./myscript $1 $2

where $1 is the first value in the first row and $2 is the second value of the first row and it continues till the end of the file.

whats the best todo it?

Best Regards,
  #2 (permalink)  
Old 05-15-2007
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,119
Code:
#!/bin/ksh

while read first second junk
do
    myscript "${first}" "${second}"
done < infile.txt
  #3 (permalink)  
Old 05-15-2007
Bashar Bashar is offline
Registered User
  
 

Join Date: Aug 2001
Posts: 66
thanks a bunch dude
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 05:05 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